diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2006-09-24 08:01:08 -0400 |
---|---|---|
committer | Sam Ravnborg <sam@neptun.ravnborg.org> | 2006-09-25 14:21:54 -0400 |
commit | 5cc8d246d0ebbdf827d4bb7c3de175377d244d73 (patch) | |
tree | 172d28d1a8add538ef1389b7372b24c0fc0c9861 /Makefile | |
parent | 5026b38cd2cd98e65f34cc6b079d5a155eae5881 (diff) |
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 <jesper.juhl@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1086,9 +1086,10 @@ boards := $(notdir $(boards)) | |||
1086 | 1086 | ||
1087 | help: | 1087 | help: |
1088 | @echo 'Cleaning targets:' | 1088 | @echo 'Cleaning targets:' |
1089 | @echo ' clean - remove most generated files but keep the config' | 1089 | @echo ' clean - remove most generated files but keep the config and' |
1090 | @echo ' enough build support to build external modules' | ||
1090 | @echo ' mrproper - remove all generated files + config + various backup files' | 1091 | @echo ' mrproper - remove all generated files + config + various backup files' |
1091 | @echo ' distclean - mrproper + patch files' | 1092 | @echo ' distclean - mrproper + remove editor backup and patch files' |
1092 | @echo '' | 1093 | @echo '' |
1093 | @echo 'Configuration targets:' | 1094 | @echo 'Configuration targets:' |
1094 | @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help | 1095 | @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help |