]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
naoki: Speed up make.
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Nov 2009 12:03:04 +0000 (13:03 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 25 Nov 2009 12:03:04 +0000 (13:03 +0100)
Don't load implicit rules to save memory and
speed up the system.

tools/naoki-functions

index c742c90b7a601b132c6bf9ea0a0f34b562616e47..c7a4552a8155d924ed351bf5585d229b6e65ac01 100644 (file)
@@ -237,7 +237,7 @@ function naoki_make() {
        local p=$(find_package ${1})
        shift
 
-       local cmd="make --no-print-directory -C"
+       local cmd="make --no-builtin-rules --no-print-directory -C"
        if [ "${CHROOT}" = "0" ] || [ "${TOOLCHAIN}" = "1" ]; then
                cmd="${cmd} ${DIR_PKGS}/${p}"
        else