diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-31 20:10:14 +0100 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-01-31 20:10:14 +0100 |
commit | 964d20b1c74a733c390e5460a2c7143760067376 (patch) | |
tree | d858e1afe3480b2037d0c9c1f3b2654a6d0f451a /samples/samples.mk | |
parent | 3fb046353628229bb16fb0cacb11316b1d9534e7 (diff) | |
download | crosstool-ng-964d20b1c74a733c390e5460a2c7143760067376.tar.gz crosstool-ng-964d20b1c74a733c390e5460a2c7143760067376.tar.bz2 crosstool-ng-964d20b1c74a733c390e5460a2c7143760067376.zip |
scripts: dump the current tuple with show-config
Diffstat (limited to 'samples/samples.mk')
-rw-r--r-- | samples/samples.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/samples/samples.mk b/samples/samples.mk index 76023e99..a42ea40f 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -39,7 +39,8 @@ help-env:: # 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)) |