The patch titled Makefile: "make prepare" should be "make modules_prepare" has been removed from the -mm tree. Its filename was makefile-make-prepare-should-be-make-modules_prepare.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: Makefile: "make prepare" should be "make modules_prepare" From: "Robert P. J. Day" <rpjday@xxxxxxxxxxxxxx> Correct the Makefile help text to read "make modules_prepare". Signed-off-by: Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> Cc: Sam Ravnborg <sam@xxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN Makefile~makefile-make-prepare-should-be-make-modules_prepare Makefile --- a/Makefile~makefile-make-prepare-should-be-make-modules_prepare +++ a/Makefile @@ -1293,7 +1293,7 @@ help: @echo ' dir/ - Build all files in dir and below' @echo ' dir/file.[ois] - Build specified target only' @echo ' dir/file.ko - Build module including final link' - @echo ' prepare - Set up for building external modules' + @echo ' modules_prepare - Set up for building external modules' @echo ' tags/TAGS - Generate tags file for editors' @echo ' cscope - Generate cscope index' @echo ' kernelrelease - Output the release version string' _ Patches currently in -mm which might be from rpjday@xxxxxxxxxxxxxx are origin.patch linux-next.patch drm-simplify-kcalloc-call-to-kzalloc.patch kvm-expand-on-help-info-to-specify-kvm-intel-and-amd-module-names.patch kernel-kfifoc-replace-conditional-test-with-is_power_of_2.patch ntfs-use-is_power_of_2-function-for-clarity.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