summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-01 22:18:26 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-01 22:18:26 (GMT)
commite5a007415a0fa8bb4a6d6d9b6a9d1fd3e45acb74 (patch)
tree49927e3c122645a97ea83e63af381aea7d54098c /steps.mk
parent5807b7dfb7a0234b5157e761b195d478f9803067 (diff)
scripts: misc help and auto-complete fixes
- don't list samples in the main help screen - improve the samples listing in list-samples - don't document the 'config' action, it's long dead - document the 'V' environment variable - improve on START, STOP and PREFIX environment variables - add PREFIX and V to autocomplete - advertise auto-complete at install time
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/steps.mk b/steps.mk
index 4afb6a7..7d6ea80 100644
--- a/steps.mk
+++ b/steps.mk
@@ -8,8 +8,8 @@ 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'
+ @echo ' STOP=step - Stop the build just after this step (list with list-steps)'
+ @echo ' RESTART=step - Restart the build just before this step (list with list-steps)'
# ----------------------------------------------------------
# The steps list