Separate clean actions from build actions;
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 09 20:55:32 2007 +0000 (2007-07-09)
changeset 2299c5809b7fd23
parent 228 5eb68e6c00b0
child 230 13f12e53b1b7
Separate clean actions from build actions;
Re-label "Preconfigured actions" to "Preconfigured toolchains";
Small eye-candy fix in the help text for liststeps.
Makefile.steps
ct-ng.in
     1.1 --- a/Makefile.steps	Mon Jul 09 18:37:21 2007 +0000
     1.2 +++ b/Makefile.steps	Mon Jul 09 20:55:32 2007 +0000
     1.3 @@ -26,7 +26,7 @@
     1.4  	@$(CT_NG) RESTART=$(patsubst %-,%,$@) build
     1.5  
     1.6  help-build::
     1.7 -	@echo  '  liststeps      - Lists all build steps'
     1.8 +	@echo  '  liststeps      - List all build steps'
     1.9  
    1.10  liststeps:
    1.11  	@echo  'Available build steps, in order:'
     2.1 --- a/ct-ng.in	Mon Jul 09 18:37:21 2007 +0000
     2.2 +++ b/ct-ng.in	Mon Jul 09 20:55:32 2007 +0000
     2.3 @@ -26,7 +26,7 @@
     2.4  HOST_CC = gcc -funsigned-char
     2.5  
     2.6  # Help system
     2.7 -help:: help-head help-config help-samples help-build help-distrib help-env help-tail
     2.8 +help:: help-head help-config help-samples help-build help-clean help-distrib help-env help-tail
     2.9  
    2.10  help-head::
    2.11  	@echo  'Available actions:'
    2.12 @@ -37,12 +37,16 @@
    2.13  
    2.14  help-samples::
    2.15  	@echo
    2.16 -	@echo  'Preconfigured actions:'
    2.17 +	@echo  'Preconfigured toolchains:'
    2.18  
    2.19  help-build::
    2.20  	@echo
    2.21  	@echo  'Build actions:'
    2.22  
    2.23 +help-clean::
    2.24 +	@echo
    2.25 +	@echo  'Clean actions:'
    2.26 +
    2.27  help-distrib::
    2.28  	@echo
    2.29  	@echo  'Distribution actions:'
    2.30 @@ -61,6 +65,8 @@
    2.31  
    2.32  help-build::
    2.33  	@echo  '  build          - Build the toolchain'
    2.34 +
    2.35 +help-clean::
    2.36  	@echo  '  clean          - Remove generated files'
    2.37  	@echo  '  distclean      - Remove generated files, configuration and build directories'
    2.38