From: Jesper Juhl Date: Sun, 24 Sep 2006 12:01:08 +0000 (+0200) Subject: kbuild: add distclean info to 'make help' and more details for 'clean' X-Git-Tag: v2.6.19-rc1~1261^2 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=5cc8d246d0ebbdf827d4bb7c3de175377d244d73;hp=-c;p=powerpc.git kbuild: add distclean info to 'make help' and more details for 'clean' Add distclean info, that was previously missing, to 'make help'. Also add a few more details to the 'make clean' help text. Signed-off-by: Jesper Juhl Signed-off-by: Sam Ravnborg --- 5cc8d246d0ebbdf827d4bb7c3de175377d244d73 diff --git a/Makefile b/Makefile index 241fed3a74..fce530a66e 100644 --- a/Makefile +++ b/Makefile @@ -1086,9 +1086,10 @@ boards := $(notdir $(boards)) help: @echo 'Cleaning targets:' - @echo ' clean - remove most generated files but keep the config' + @echo ' clean - remove most generated files but keep the config and' + @echo ' enough build support to build external modules' @echo ' mrproper - remove all generated files + config + various backup files' - @echo ' distclean - mrproper + patch files' + @echo ' distclean - mrproper + remove editor backup and patch files' @echo '' @echo 'Configuration targets:' @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help