From: Michael Tremer Date: Wed, 25 Nov 2009 12:03:04 +0000 (+0100) Subject: naoki: Speed up make. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c77dffcf2ec4eab7ce8aedc7af38dc0439a9c52;p=ipfire-3.x.git naoki: Speed up make. Don't load implicit rules to save memory and speed up the system. --- diff --git a/tools/naoki-functions b/tools/naoki-functions index c742c90b7..c7a4552a8 100644 --- a/tools/naoki-functions +++ b/tools/naoki-functions @@ -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