Move steps-related help into steps.mk.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 29 18:34:14 2008 +0000 (2008-10-29)
changeset 1015d9a132dcd329
parent 1014 c1e41a66974a
child 1016 a059741f7bd4
Move steps-related help into steps.mk.

/trunk/steps.mk | 4 4 0 0 ++++
/trunk/ct-ng.in | 2 0 2 0 --
2 files changed, 4 insertions(+), 2 deletions(-)
ct-ng.in
steps.mk
     1.1 --- a/ct-ng.in	Wed Oct 29 13:40:17 2008 +0000
     1.2 +++ b/ct-ng.in	Wed Oct 29 18:34:14 2008 +0000
     1.3 @@ -109,8 +109,6 @@
     1.4  	@echo  '  tarball            - Build a tarball of the configured toolchain'
     1.5  
     1.6  help-env::
     1.7 -	@echo  '  STOP               - Stop the build just after this step'
     1.8 -	@echo  '  RESTART            - Restart the build just before this step'
     1.9  
    1.10  # End help system
    1.11  
     2.1 --- a/steps.mk	Wed Oct 29 13:40:17 2008 +0000
     2.2 +++ b/steps.mk	Wed Oct 29 18:34:14 2008 +0000
     2.3 @@ -7,6 +7,10 @@
     2.4  help-build::
     2.5  	@echo  '  list-steps         - List all build steps'
     2.6  
     2.7 +help-env::
     2.8 +	@echo  '  STOP               - Stop the build just after this step'
     2.9 +	@echo  '  RESTART            - Restart the build just before this step'
    2.10 +
    2.11  # ----------------------------------------------------------
    2.12  # The steps list
    2.13