Skip to content

Commit

Permalink
kbuild: add distclean info to 'make help' and more details for 'clean'
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jesper Juhl authored and Sam Ravnborg committed Sep 25, 2006
1 parent 5026b38 commit 5cc8d24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5cc8d24

Please sign in to comment.