ct-ng.in
changeset 1336 bc8b9381f637
parent 1155 21e86e18f344
child 1618 7f52e1cca71e
     1.1 --- a/ct-ng.in	Mon Jan 26 18:36:02 2009 +0000
     1.2 +++ b/ct-ng.in	Wed May 13 18:10:47 2009 +0000
     1.3 @@ -111,6 +111,9 @@
     1.4  include $(CT_LIB_DIR)/samples/samples.mk
     1.5  include $(CT_LIB_DIR)/scripts/scripts.mk
     1.6  
     1.7 +help-config::
     1.8 +	@echo  '  show-tuple         - Print the tuple of the currently configured toolchain'
     1.9 +
    1.10  help-distrib::
    1.11  	@echo  '  tarball            - Build a tarball of the configured toolchain'
    1.12  
    1.13 @@ -119,9 +122,14 @@
    1.14  # End help system
    1.15  
    1.16  .config:
    1.17 -	@echo ' There is no existing .config file!'
    1.18 +	@echo "There is no existing .config file!"
    1.19 +	@echo "You need to either run 'menuconfig',"
    1.20 +	@echo "or configure an existing sample."
    1.21  	@false
    1.22  
    1.23 +show-tuple: .config
    1.24 +	$(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showTuple.sh
    1.25 +
    1.26  # Actual build
    1.27  build: .config
    1.28  	$(SILENT)$(CT_LIB_DIR)/scripts/crosstool-NG.sh