diff -r 9547490131d9 -r dcfe244fc65a samples/samples.mk --- a/samples/samples.mk Sun Jan 31 15:57:22 2010 +0100 +++ b/samples/samples.mk Sun Jan 31 20:10:14 2010 +0100 @@ -39,7 +39,8 @@ # Print the details of current configuration PHONY += show-config show-config: .config - @$(CT_LIB_DIR)/scripts/showSamples.sh -v current + @export current_tuple=$(shell $(MAKE) -rf "$(CT_NG)" show-tuple ); \ + $(CT_LIB_DIR)/scripts/showSamples.sh -v current # Prints the details of a sample PHONY += $(patsubst %,show-%,$(CT_SAMPLES))