linux/scripts/kconfig
Paul Smith 4f1933620f kbuild: change kbuild to not rely on incorrect GNU make behavior
The kbuild system takes advantage of an incorrect behavior in GNU make.
Once this behavior is fixed, all files in the kernel rebuild every time,
even if nothing has changed.  This patch ensures kbuild works with both
the incorrect and correct behaviors of GNU make.

For more details on the incorrect behavior, see:

http://lists.gnu.org/archive/html/bug-make/2006-03/msg00003.html

Changes in this patch:
  - Keep all targets that are to be marked .PHONY in a variable, PHONY.
  - Add .PHONY: $(PHONY) to mark them properly.
  - Remove any $(PHONY) files from the $? list when determining whether
    targets are up-to-date or not.

Signed-off-by: Paul Smith <psmith@gnu.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2006-03-06 00:09:51 +01:00
..
lxdialog kbuild: change kbuild to not rely on incorrect GNU make behavior 2006-03-06 00:09:51 +01:00
.gitignore gitignore: misc files 2006-01-01 22:21:50 +01:00
Makefile kbuild: change kbuild to not rely on incorrect GNU make behavior 2006-03-06 00:09:51 +01:00
POTFILES.in [PATCH] Kconfig i18n support 2005-05-05 15:24:00 -07:00
conf.c [PATCH] kconf: Check for eof from input stream. 2006-01-08 20:14:09 -08:00
confdata.c kbuild: create .kernelrelease at *config step 2006-01-16 12:12:12 +01:00
expr.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
expr.h [PATCH] kconfig: Fix Kconfig performance bug 2005-11-09 07:55:53 -08:00
gconf.c kbuild: create .kernelrelease at *config step 2006-01-16 12:12:12 +01:00
gconf.glade [PATCH] fix gconfig crash 2005-07-28 15:43:58 -07:00
images.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kconfig_load.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
kxgettext.c [PATCH] kconfig: kxgettext: EOL fix 2005-09-05 00:05:49 -07:00
lex.zconf.c_shipped [PATCH] kconfig: improve error handling in the parser 2005-11-09 07:55:54 -08:00
lkc.h [PATCH] kconfig: stricter error checking for .config 2005-11-09 07:55:54 -08:00
lkc_proto.h [PATCH] kconfig: preset config during all*config 2005-11-09 07:55:53 -08:00
mconf.c kbuild: create .kernelrelease at *config step 2006-01-16 12:12:12 +01:00
menu.c [PATCH] kconfig: improve error handling in the parser 2005-11-09 07:55:54 -08:00
qconf.cc [PATCH] Kconfig i18n support 2005-05-05 15:24:00 -07:00
qconf.h [PATCH] fix gcc4.1 build failure on xconfig 2006-01-08 20:14:06 -08:00
symbol.c kbuild: create .kernelrelease at *config step 2006-01-16 12:12:12 +01:00
util.c Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild 2006-01-04 16:36:52 -08:00
zconf.gperf [PATCH] kconfig: simplify symbol type parsing 2005-11-09 07:55:54 -08:00
zconf.hash.c_shipped [PATCH] kconfig: simplify symbol type parsing 2005-11-09 07:55:54 -08:00
zconf.l [PATCH] kconfig: improve error handling in the parser 2005-11-09 07:55:54 -08:00
zconf.tab.c_shipped [PATCH] kconfig: improve error handling in the parser 2005-11-09 07:55:54 -08:00
zconf.y [PATCH] kconfig: improve error handling in the parser 2005-11-09 07:55:54 -08:00