[Python-checkins] cpython: Packaging removal: remove pysetup3 install from Makefile.

ned.deily python-checkins at python.org
Sun Jun 24 10:21:45 CEST 2012


http://hg.python.org/cpython/rev/e1715670fe32
changeset:   77678:e1715670fe32
user:        Ned Deily <nad at acm.org>
date:        Sun Jun 24 01:20:58 2012 -0700
summary:
  Packaging removal: remove pysetup3 install from Makefile.

files:
  Makefile.pre.in |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Makefile.pre.in b/Makefile.pre.in
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -946,8 +946,6 @@
 	(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
 	-rm -f $(DESTDIR)$(BINDIR)/2to3
 	(cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
-	-rm -f $(DESTDIR)$(BINDIR)/pysetup3
-	(cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
 	-rm -f $(DESTDIR)$(BINDIR)/pyvenv
 	(cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv)
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list