samples: add an action to print details for all samples
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 03 18:36:07 2010 +0100 (2010-01-03)
changeset 168309ae4c09ba83
parent 1682 bcf3da3bb165
child 1684 93d751a8efd7
samples: add an action to print details for all samples
ct-ng.comp
samples/samples.mk
     1.1 --- a/ct-ng.comp	Sun Jan 03 18:33:23 2010 +0100
     1.2 +++ b/ct-ng.comp	Sun Jan 03 18:36:07 2010 +0100
     1.3 @@ -16,7 +16,7 @@
     1.4  
     1.5      actions='help menuconfig oldconfig saveconfig
     1.6               build build. build-all build-all.
     1.7 -             list-samples list-steps show-tuple
     1.8 +             list-samples list-steps show-tuple show-all
     1.9               clean distclean wiki-samples updatetools
    1.10               tarball version'
    1.11  
     2.1 --- a/samples/samples.mk	Sun Jan 03 18:33:23 2010 +0100
     2.2 +++ b/samples/samples.mk	Sun Jan 03 18:36:07 2010 +0100
     2.3 @@ -41,6 +41,10 @@
     2.4  $(patsubst %,show-%,$(CT_SAMPLES)):
     2.5  	@$(CT_LIB_DIR)/scripts/showSamples.sh -v $(patsubst show-%,%,$(@))
     2.6  
     2.7 +# Prints the details of all samples
     2.8 +PHONY += show-all
     2.9 +show-all: $(patsubst %,show-%,$(CT_SAMPLES))
    2.10 +
    2.11  # print the list of all available samples
    2.12  PHONY += list-samples
    2.13  list-samples: FORCE