From 253edb125ba3d8ffc7bf29f1677c2b6513709b91 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 17 Jun 2007 16:24:23 +0000 Subject: 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). --- samples/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'samples/Makefile') diff --git a/samples/Makefile b/samples/Makefile index 0bdc1fe8..a404a1bf 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) -- cgit v1.2.3