tech-toolchain archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

MAKEFLAGS and build.sh



    Allow user to define MAKEFLAGS through build.sh. It's nice when a
    MAKEFLAGS=-k is needed to keep going and log all failing objects
    in one run.

diff --git a/build.sh b/build.sh
index 026e5b2..cefa19b 100755
--- a/build.sh
+++ b/build.sh
@@ -202,7 +202,7 @@ initdefaults()
                MAKEFLAGS=-X
                ;;
        *)
-               MAKEFLAGS=
+               MAKEFLAGS=$MAKEFLAGS
                ;;
        esac
 


Home | Main Index | Thread Index | Old Index