From: Robert P. J. Day Date: Fri, 24 Apr 2009 16:35:23 +0000 (-0400) Subject: kbuild: "make prepare" should be "make modules_prepare" X-Git-Tag: v2.6.30-rc5~56^2~6 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=c4d5ee67ce26503d7eaf2aca5bb13c58e89d1be8 kbuild: "make prepare" should be "make modules_prepare" Correct the Makefile help text to read "make modules_prepare". Signed-off-by: Robert P. J. Day Signed-off-by: Sam Ravnborg --- diff --git a/Makefile b/Makefile index b309fca..b18afad 100644 --- a/Makefile +++ b/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'