ct-ng.in
changeset 229 9c5809b7fd23
parent 214 b73a4d9a98ea
child 261 4b8cba298bf3
     1.1 --- a/ct-ng.in	Sat Jul 07 21:10:30 2007 +0000
     1.2 +++ b/ct-ng.in	Mon Jul 09 20:55:32 2007 +0000
     1.3 @@ -26,7 +26,7 @@
     1.4  HOST_CC = gcc -funsigned-char
     1.5  
     1.6  # Help system
     1.7 -help:: help-head help-config help-samples help-build help-distrib help-env help-tail
     1.8 +help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail
     1.9  
    1.10  help-head::
    1.11  	@echo  'Available actions:'
    1.12 @@ -37,12 +37,16 @@
    1.13  
    1.14  help-samples::
    1.15  	@echo
    1.16 -	@echo  'Preconfigured actions:'
    1.17 +	@echo  'Preconfigured toolchains:'
    1.18  
    1.19  help-build::
    1.20  	@echo
    1.21  	@echo  'Build actions:'
    1.22  
    1.23 +help-clean::
    1.24 +	@echo
    1.25 +	@echo  'Clean actions:'
    1.26 +
    1.27  help-distrib::
    1.28  	@echo
    1.29  	@echo  'Distribution actions:'
    1.30 @@ -61,6 +65,8 @@
    1.31  
    1.32  help-build::
    1.33  	@echo  '  build          - Build the toolchain'
    1.34 +
    1.35 +help-clean::
    1.36  	@echo  '  clean          - Remove generated files'
    1.37  	@echo  '  distclean      - Remove generated files, configuration and build directories'
    1.38