diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-10-03 19:13:46 +0200 |
---|---|---|
committer | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-11-24 18:25:27 +0100 |
commit | 643d93e0dc675b79c19aa9308ca46162f1f44550 (patch) | |
tree | f9030ae6b416dabe66b55948eaf3ea1067d025ca /ct-ng.in | |
parent | aa29ae333c7e36922f9556aad7007960118a88d4 (diff) | |
download | crosstool-ng-643d93e0dc675b79c19aa9308ca46162f1f44550.tar.gz crosstool-ng-643d93e0dc675b79c19aa9308ca46162f1f44550.tar.bz2 crosstool-ng-643d93e0dc675b79c19aa9308ca46162f1f44550.zip |
all: remove references to creating a tarball
This has been broken for ages, time to finaly remove it.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'ct-ng.in')
-rw-r--r-- | ct-ng.in | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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)' |