aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day2007-02-14 02:33:01 -0600
committerLinus Torvalds2007-02-14 10:09:52 -0600
commitd395efb544aba803ffe42b16a1862be655aca369 (patch)
treea46f9996d2e8f2e77d24eb4c848b8fffa013d342 /Makefile
parentf253f00003c3fed0355cf49482f24c56bc5dbea6 (diff)
downloadkernel-common-d395efb544aba803ffe42b16a1862be655aca369.tar.gz
kernel-common-d395efb544aba803ffe42b16a1862be655aca369.tar.xz
kernel-common-d395efb544aba803ffe42b16a1862be655aca369.zip
[PATCH] Kbuild: Remove references to deprecated "prepare-all" target from Makefile
Remove references to the deprecated "make prepare-all" target from the top-level Makefile; use just "make prepare" instead. Signed-off-by: Robert P. J. Day <rpjday@mindspring.com> Cc: Sam Ravnborg <sam@ravnborg.org> Acked-by: Oleg Verych <olecom@flower.upol.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7e4968fb213..678119c5ad8 100644
--- a/Makefile
+++ b/Makefile
@@ -825,9 +825,6 @@ include/config/kernel.release: include/config/auto.conf FORCE
825# Listed in dependency order 825# Listed in dependency order
826PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3 826PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3
827 827
828# prepare-all is deprecated, use prepare as valid replacement
829PHONY += prepare-all
830
831# prepare3 is used to check if we are building in a separate output directory, 828# prepare3 is used to check if we are building in a separate output directory,
832# and if so do: 829# and if so do:
833# 1) Check that make has not been executed in the kernel src $(srctree) 830# 1) Check that make has not been executed in the kernel src $(srctree)
@@ -860,7 +857,7 @@ prepare0: archprepare FORCE
860 $(Q)$(MAKE) $(build)=. 857 $(Q)$(MAKE) $(build)=.
861 858
862# All the preparing.. 859# All the preparing..
863prepare prepare-all: prepare0 860prepare: prepare0
864 861
865# Leave this as default for preprocessing vmlinux.lds.S, which is now 862# Leave this as default for preprocessing vmlinux.lds.S, which is now
866# done in arch/$(ARCH)/kernel/Makefile 863# done in arch/$(ARCH)/kernel/Makefile