From 643d93e0dc675b79c19aa9308ca46162f1f44550 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Fri, 3 Oct 2014 19:13:46 +0200 Subject: all: remove references to creating a tarball This has been broken for ages, time to finaly remove it. Signed-off-by: "Yann E. MORIN" --- ct-ng.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ct-ng.in') diff --git a/ct-ng.in b/ct-ng.in index 533f4ef0..8a407ba8 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)' -- cgit v1.2.3