From: Sam Ravnborg Date: Sat, 10 Jun 2006 07:15:27 +0000 (+0200) Subject: kbuild: ignore make's built-in rules & variables X-Git-Tag: v2.6.18-rc1~602^2~12 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=566f81ca598f80de03e80a9a743e94b65b4e017e;p=pandora-kernel.git kbuild: ignore make's built-in rules & variables kbuild does explicitly specify what to do in all cases, and each time make's built-in rules & variables has been used it has been a bug. So to speed up things and to avoid the hard-to-debug error situations ignore the built-in definitions. If any part of the kernel uses the built-in definitions the build will just stop there and it should be trivial to fix. Signed-off-by: Sam Ravnborg --- Reading git-diff-tree failed