summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in10
1 files changed, 9 insertions, 1 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 814d3eb..1e23cae 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -111,6 +111,9 @@ include $(CT_LIB_DIR)/steps.mk
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 @@ help-env::
# 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