From 3fb046353628229bb16fb0cacb11316b1d9534e7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 31 Jan 2010 15:57:22 +0100 Subject: scripts: add action to dump current configuration in humane-readable form --- samples/samples.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index a67a0ade..76023e99 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -36,6 +36,11 @@ help-env:: # ---------------------------------------------------------- # 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)): -- cgit v1.2.3