diff -r d647d0e6021e -r 2904d77fe117 samples/samples.mk --- a/samples/samples.mk Wed Aug 15 14:59:37 2007 +0000 +++ b/samples/samples.mk Fri May 02 21:49:43 2008 +0000 @@ -10,6 +10,7 @@ @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 @@ @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):