[Python-checkins] r71372 - python/branches/py3k/Makefile.pre.in

benjamin.peterson python-checkins at python.org
Tue Apr 7 21:27:32 CEST 2009


Author: benjamin.peterson
Date: Tue Apr  7 21:27:32 2009
New Revision: 71372

Log:
don't install extras like pydoc and idle in altinstall, possibly overwriting the 2.x ones #1590

Modified:
   python/branches/py3k/Makefile.pre.in

Modified: python/branches/py3k/Makefile.pre.in
==============================================================================
--- python/branches/py3k/Makefile.pre.in	(original)
+++ python/branches/py3k/Makefile.pre.in	Tue Apr  7 21:27:32 2009
@@ -757,7 +757,7 @@
 
 # Install almost everything without disturbing previous versions
 altinstall:	@FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \
-                sharedinstall oldsharedinstall @FRAMEWORKALTINSTALLLAST@
+                oldsharedinstall @FRAMEWORKALTINSTALLLAST@
 
 # Install shared libraries enabled by Setup
 DESTDIRS=	$(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)


More information about the Python-checkins mailing list