summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ct-ng.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 6c8aa54..345b878 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -59,6 +59,7 @@ help-tail::
@echo
@echo 'Execute "$(CT_NG) config" or "$(CT_NG) menuconfig" to configure crosstool-NG'
@echo 'Execute "$(CT_NG) build" to build your toolchain'
+ @echo 'Execute "$(CT_NG) version" to see the version'
@echo 'See "man 1 ct-ng" for some help as well'
# End help system
@@ -94,8 +95,13 @@ PHONY += tarball
#tarball:
# @$(CT_LIB_DIR)/scripts/tarball.sh
tarball:
+ @echo 'Tarbal creation disabled for now... Sorry.'
@true
+PHONY += version
+version:
+ @echo 'This crosstool-NG version $(CT_VERSION)'
+
PHONY += clean
clean::
@rm -f $(CT_TOP_DIR)/.config.*