steps.mk
changeset 935 e175e3538310
parent 847 af75fc1fe0fc
child 940 f0f9ba3f98f2
     1.1 --- a/steps.mk	Wed Sep 10 21:40:23 2008 +0000
     1.2 +++ b/steps.mk	Tue Oct 14 21:30:27 2008 +0000
     1.3 @@ -38,6 +38,6 @@
     1.4  	@for step in $(CT_STEPS); do    \
     1.5  	     echo "  - $${step}";       \
     1.6  	 done
     1.7 -	@echo  'Use "$(CT_NG) <step>" to execute only that step.'
     1.8 -	@echo  'Use "$(CT_NG) +<step>" to execute up to that step.'
     1.9 -	@echo  'Use "$(CT_NG) <step>+" to execute from that step onward.'
    1.10 +	@echo  'Use "<step>" as action to execute only that step.'
    1.11 +	@echo  'Use "+<step>" as action to execute up to that step.'
    1.12 +	@echo  'Use "<step>+" as action to execute from that step onward.'