android_kernel_samsung_msm8976/arch/ppc/boot
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
..
common [PATCH] ppc32: Put cache flush routines back into .relocate_code section 2006-01-09 15:47:08 +11:00
images [PATCH] powerpc: Fix suboptimal uImage target 2006-01-09 14:50:25 +11:00
include ppc/powerpc: workarounds for old Open Firmware versions 2005-11-10 12:00:55 +11:00
lib Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
of1275 ppc/powerpc: workarounds for old Open Firmware versions 2005-11-10 12:00:55 +11:00
openfirmware kbuild: change kbuild to not rely on incorrect GNU make behavior 2006-03-06 00:09:51 +01:00
simple [PATCH] ppc32: Re-add embed_config.c to ml300/ep405 2006-01-06 08:33:31 -08:00
utils [PATCH] Remove NACA fixed address constraint 2005-08-29 10:53:33 +10:00
ld.script [PATCH] ppc32 ld.script fix for building on ppc64 2005-09-29 08:46:27 -07:00
Makefile kbuild: change kbuild to not rely on incorrect GNU make behavior 2006-03-06 00:09:51 +01:00