diff -r 93d751a8efd7 -r 9547490131d9 samples/samples.mk --- a/samples/samples.mk Sun Jan 03 18:40:35 2010 +0100 +++ b/samples/samples.mk Sun Jan 31 15:57:22 2010 +0100 @@ -36,6 +36,11 @@ # ---------------------------------------------------------- # This part deals with printing samples information +# Print the details of current configuration +PHONY += show-config +show-config: .config + @$(CT_LIB_DIR)/scripts/showSamples.sh -v current + # Prints the details of a sample PHONY += $(patsubst %,show-%,$(CT_SAMPLES)) $(patsubst %,show-%,$(CT_SAMPLES)):