]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Revert "naoki: Speed up make."
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Nov 2009 20:23:09 +0000 (21:23 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 26 Nov 2009 20:23:09 +0000 (21:23 +0100)
This reverts commit 3c77dffcf2ec4eab7ce8aedc7af38dc0439a9c52.

tools/naoki-functions

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