summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 16:24:23 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-06-17 16:24:23 (GMT)
commit253edb125ba3d8ffc7bf29f1677c2b6513709b91 (patch)
tree56057324e832098fd914b6bffc22e1b0b5a8e997 /samples
parentb9f843657aca844a6f08d807fcb493b4abc0f723 (diff)
Rework the help system. For now, this is mostly a no-op (it only re-organise the help entries), but later, that may come in handy when we want ct-ng to be installable).
Diffstat (limited to 'samples')
-rw-r--r--samples/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/samples/Makefile b/samples/Makefile
index 0bdc1fe..a404a1b 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -3,10 +3,14 @@
# Build the list of available samples
CT_SAMPLES = $(patsubst $(CT_TOP_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_TOP_DIR)/samples/*/crosstool.config))
-help::
- @echo 'Preconfigured targets:'
+help-config::
+ @echo ' saveconfig - Save current config as a preconfigured target'
+
+help-samples::
@$(CT_TOP_DIR)/scripts/showSamples.sh $(CT_SAMPLES)
- @echo ''
+
+help-build::
+ @echo ' regtest - Regtest-build all samples'
# How we do build one sample
.PHONY: $(CT_SAMPLES)