From 16503c2f06963f369b58831d681a985fe1249f1f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 16 Jul 2007 16:34:36 +0000 Subject: Add an action to print the version. 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.* -- cgit v0.10.2-6-g49f6