samples/samples.mk
changeset 1788 9547490131d9
parent 1684 93d751a8efd7
child 1789 dcfe244fc65a
     1.1 --- a/samples/samples.mk	Sun Jan 03 18:40:35 2010 +0100
     1.2 +++ b/samples/samples.mk	Sun Jan 31 15:57:22 2010 +0100
     1.3 @@ -36,6 +36,11 @@
     1.4  # ----------------------------------------------------------
     1.5  # This part deals with printing samples information
     1.6  
     1.7 +# Print the details of current configuration
     1.8 +PHONY += show-config
     1.9 +show-config: .config
    1.10 +	@$(CT_LIB_DIR)/scripts/showSamples.sh -v current
    1.11 +
    1.12  # Prints the details of a sample
    1.13  PHONY += $(patsubst %,show-%,$(CT_SAMPLES))
    1.14  $(patsubst %,show-%,$(CT_SAMPLES)):