summaryrefslogtreecommitdiff
path: root/ct-ng.in
diff options
context:
space:
mode:
Diffstat (limited to 'ct-ng.in')
-rw-r--r--ct-ng.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/ct-ng.in b/ct-ng.in
index 533f4ef..8a407ba 100644
--- a/ct-ng.in
+++ b/ct-ng.in
@@ -120,7 +120,6 @@ help-config::
@echo ' show-tuple - Print the tuple of the currently configured toolchain'
help-distrib::
- @echo ' tarball - Build a tarball of the configured toolchain'
help-env::
@echo ' V=0|1|2 - 0 => show only human-readable messages (default)'
@@ -150,13 +149,6 @@ build: .config.2
build.%:
$(SILENT)$(MAKE) -rf $(CT_NG) $(shell echo "$(@)" |$(sed) -r -e 's|^([^.]+)\.([[:digit:]]+)$$|\1 CT_JOBS=\2|;')
-PHONY += tarball
-#tarball:
-# @$(CT_LIB_DIR)/scripts/tarball.sh
-tarball:
- @echo 'Tarball creation disabled for now... Sorry.'
- @true
-
PHONY += version
version:
@echo 'This is crosstool-NG version $(CT_VERSION)'