diff --git a/ct-ng.in b/ct-ng.in index 45325340..afbc262b 100644 --- a/ct-ng.in +++ b/ct-ng.in @@ -109,8 +109,6 @@ help-distrib:: @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 --git a/steps.mk b/steps.mk index 2dbf5d1d..05ca0faa 100644 --- a/steps.mk +++ b/steps.mk @@ -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