diff -r 21e86e18f344 -r bc8b9381f637 ct-ng.in --- a/ct-ng.in Mon Jan 26 18:36:02 2009 +0000 +++ b/ct-ng.in Wed May 13 18:10:47 2009 +0000 @@ -111,6 +111,9 @@ include $(CT_LIB_DIR)/samples/samples.mk include $(CT_LIB_DIR)/scripts/scripts.mk +help-config:: + @echo ' show-tuple - Print the tuple of the currently configured toolchain' + help-distrib:: @echo ' tarball - Build a tarball of the configured toolchain' @@ -119,9 +122,14 @@ # End help system .config: - @echo ' There is no existing .config file!' + @echo "There is no existing .config file!" + @echo "You need to either run 'menuconfig'," + @echo "or configure an existing sample." @false +show-tuple: .config + $(SILENT)$(bash) $(CT_LIB_DIR)/scripts/showTuple.sh + # Actual build build: .config $(SILENT)$(CT_LIB_DIR)/scripts/crosstool-NG.sh