# HG changeset patch # User "Yann E. MORIN" # Date 1225305254 0 # Node ID d9a132dcd3296ac879b42c29278c5321235d226d # Parent c1e41a66974ad06082b9cdab1f0cf72f11f22f03 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(-) diff -r c1e41a66974a -r d9a132dcd329 ct-ng.in --- a/ct-ng.in Wed Oct 29 13:40:17 2008 +0000 +++ b/ct-ng.in Wed Oct 29 18:34:14 2008 +0000 @@ -109,8 +109,6 @@ @echo ' tarball - Build a tarball of the configured toolchain' help-env:: - @echo ' STOP - Stop the build just after this step' - @echo ' RESTART - Restart the build just before this step' # End help system diff -r c1e41a66974a -r d9a132dcd329 steps.mk --- a/steps.mk Wed Oct 29 13:40:17 2008 +0000 +++ b/steps.mk Wed Oct 29 18:34:14 2008 +0000 @@ -7,6 +7,10 @@ help-build:: @echo ' list-steps - List all build steps' +help-env:: + @echo ' STOP - Stop the build just after this step' + @echo ' RESTART - Restart the build just before this step' + # ---------------------------------------------------------- # The steps list