mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-18 20:37:56 +00:00
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>
This commit is contained in:
parent
aa29ae333c
commit
643d93e0dc
@ -22,7 +22,7 @@ _ct_ng () {
|
||||
list-steps
|
||||
show-tuple show-all show-config
|
||||
clean distclean updatetools
|
||||
tarball version'
|
||||
version'
|
||||
|
||||
vars="RESTART= STOP= PREFIX= V= DEFCONFIG="
|
||||
|
||||
|
8
ct-ng.in
8
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)'
|
||||
|
@ -135,12 +135,6 @@ and
|
||||
scripts. These scripts are used by
|
||||
.B crosstool-NG
|
||||
to canonicalise the machines' name (host, build and target machines).
|
||||
.TP
|
||||
.B tarball
|
||||
Builds a tarball of the generated toolchain, also saving the scripts from
|
||||
.B crosstool-NG
|
||||
that are needed to rebuild the target, and also saving the tarballs of the
|
||||
components that were used.
|
||||
."
|
||||
.SH ENVIRONMENT
|
||||
.TP
|
||||
|
Loading…
Reference in New Issue
Block a user