samples/samples.mk
changeset 1789 dcfe244fc65a
parent 1788 9547490131d9
child 1813 26974c3670fd
     1.1 --- a/samples/samples.mk	Sun Jan 31 15:57:22 2010 +0100
     1.2 +++ b/samples/samples.mk	Sun Jan 31 20:10:14 2010 +0100
     1.3 @@ -39,7 +39,8 @@
     1.4  # Print the details of current configuration
     1.5  PHONY += show-config
     1.6  show-config: .config
     1.7 -	@$(CT_LIB_DIR)/scripts/showSamples.sh -v current
     1.8 +	@export current_tuple=$(shell $(MAKE) -rf "$(CT_NG)" show-tuple );  \
     1.9 +	$(CT_LIB_DIR)/scripts/showSamples.sh -v current
    1.10  
    1.11  # Prints the details of a sample
    1.12  PHONY += $(patsubst %,show-%,$(CT_SAMPLES))