From 8739aa7574ecfca1b0364b8f03c1f3f0e19c0434 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 2 May 2008 21:49:43 +0000 Subject: Add a new help entry to list each samples more verbosely, but only on-demand. /trunk/samples/samples.mk | 4 4 0 0 ++++ /trunk/scripts/showSamples.sh | 32 31 1 0 +++++++++++++++++++++++++++++++- 2 files changed, 35 insertions(+), 1 deletion(-) --- samples/samples.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index 05a0547c..73eff04f 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -10,6 +10,7 @@ help-config:: @echo ' saveconfig - Save current config as a preconfigured target' help-samples:: + @echo ' show-samples - show a brief overview of each samples listed below:' @$(CT_LIB_DIR)/scripts/showSamples.sh $(CT_SAMPLES) help-build:: @@ -17,6 +18,9 @@ help-build:: @echo ' regtest-local[.#] - Regtest-build all local samples' @echo ' regtest-global[.#] - Regtest-build all global samples' +show-samples: + @$(CT_LIB_DIR)/scripts/showSamples.sh -v $(CT_SAMPLES) + # How we do build one sample PHONY += $(CT_SAMPLES) $(CT_SAMPLES): -- cgit v1.2.3