summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
diff options
context:
space:
mode:
authorstwo <stwo>2010-12-17 21:58:27 (GMT)
committerstwo <stwo>2010-12-17 21:58:27 (GMT)
commitca72e5b8771cfcf0017a684ed9a1483df75dbb82 (patch)
tree62f136c2cc7cf8a5a937143c73ad416ca1064e77 /unix/Makefile.in
parent0440538b7ad50dd5141f92d24036f7ad45c799f7 (diff)
downloadtcl-ca72e5b8771cfcf0017a684ed9a1483df75dbb82.zip
tcl-ca72e5b8771cfcf0017a684ed9a1483df75dbb82.tar.gz
tcl-ca72e5b8771cfcf0017a684ed9a1483df75dbb82.tar.bz2
[Bug 2446711]: Remove 'allpatch' target.
Diffstat (limited to 'unix/Makefile.in')
-rw-r--r--unix/Makefile.in26
1 files changed, 2 insertions, 24 deletions
diff --git a/unix/Makefile.in b/unix/Makefile.in
index 9e48a49..ffac316 100644
--- a/unix/Makefile.in
+++ b/unix/Makefile.in
@@ -4,7 +4,7 @@
# "./configure", which is a configuration script generated by the "autoconf"
# program (constructs like "@foo@" will get replaced in the actual Makefile.
#
-# RCS: @(#) $Id: Makefile.in,v 1.312 2010/12/17 17:55:46 stwo Exp $
+# RCS: @(#) $Id: Makefile.in,v 1.313 2010/12/17 21:58:27 stwo Exp $
VERSION = @TCL_VERSION@
MAJOR_VERSION = @TCL_MAJOR_VERSION@
@@ -2013,33 +2013,11 @@ dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/tcl.pc.in $(M
tar -C $(DISTDIR)/pkgs -xzf "$$i"; \
done
-#
-# The following target can only be used for non-patch releases. Use the
-# "allpatch" target below for patch releases.
-#
-
alldist: dist
rm -f $(DISTROOT)/$(DISTNAME)-src.tar.gz $(DISTROOT)/$(ZIPNAME)
cd $(DISTROOT); tar cf $(DISTNAME)-src.tar $(DISTNAME); \
gzip -9 $(DISTNAME)-src.tar; zip -qr8 $(ZIPNAME) $(DISTNAME)
-#
-# The target below is similar to "alldist" except it works for patch releases.
-# It is needed because patch releases are peculiar: the patch designation
-# appears in the name of the compressed file (e.g. tcl8.0p1.tar.gz) but the
-# extracted source directory doesn't include the patch designation (e.g.,
-# tcl8.0).
-#
-
-allpatch: dist
- rm -f $(DISTROOT)/$(DISTNAME)-src.tar.gz $(DISTROOT)/$(ZIPNAME)
- mv $(DISTROOT)/tcl${VERSION} $(DISTROOT)/old
- mv $(DISTROOT)/$(DISTNAME) $(DISTROOT)/tcl${VERSION}
- cd $(DISTROOT); tar cf $(DISTNAME)-src.tar tcl${VERSION}; \
- gzip -9 $(DISTNAME)-src.tar; zip -r8 $(ZIPNAME) tcl${VERSION}
- mv $(DISTROOT)/tcl${VERSION} $(DISTROOT)/$(DISTNAME)
- mv $(DISTROOT)/old $(DISTROOT)/tcl${VERSION}
-
#--------------------------------------------------------------------------
# This target creates the HTML folder for Tcl & Tk and places it in
# DISTDIR/html. It uses the tcltk-man2html.tcl tool from the Tcl group's tool
@@ -2079,7 +2057,7 @@ BUILD_HTML = \
.PHONY: install-private-headers distclean depend xttest configure-packages rpm
.PHONY: packages install-packages test-packages clean-packages dist-packages
.PHONY: distclean-packages genstubs checkstubs checkdoc checkuchar dist html
-.PHONY: checkexports alldist allpatch html-tcl html-tk install-headers
+.PHONY: checkexports alldist html-tcl html-tk install-headers
#--------------------------------------------------------------------------
# DO NOT DELETE THIS LINE -- make depend depends on it.