The patch titled Kbuild: Remove references to deprecated "prepare-all" target from Makefile has been removed from the -mm tree. Its filename was kbuild-remove-references-to-deprecated-prepare-all-target.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Kbuild: Remove references to deprecated "prepare-all" target from Makefile From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> 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@xxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Acked-by: Oleg Verych <olecom@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff -puN Makefile~kbuild-remove-references-to-deprecated-prepare-all-target Makefile --- a/Makefile~kbuild-remove-references-to-deprecated-prepare-all-target +++ a/Makefile @@ -825,9 +825,6 @@ include/config/kernel.release: include/c # Listed in dependency order PHONY += prepare archprepare prepare0 prepare1 prepare2 prepare3 -# prepare-all is deprecated, use prepare as valid replacement -PHONY += prepare-all - # prepare3 is used to check if we are building in a separate output directory, # and if so do: # 1) Check that make has not been executed in the kernel src $(srctree) @@ -860,7 +857,7 @@ prepare0: archprepare FORCE $(Q)$(MAKE) $(build)=. # All the preparing.. -prepare prepare-all: prepare0 +prepare: prepare0 # Leave this as default for preprocessing vmlinux.lds.S, which is now # done in arch/$(ARCH)/kernel/Makefile _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch git-avr32.patch git-dvb.patch git-mips.patch git-netdev-all.patch remove-useless-find_first_bit-macro-from-cardbusc.patch remove-some-unused-scsi-related-kernel-config-variables.patch scsi-fix-obvious-typo-spin_lock_irqrestore-in-gdthc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html