[Python-checkins] r47118 - in python/trunk: Makefile.pre.in Misc/NEWS

neal.norwitz python-checkins at python.org
Tue Jun 27 06:28:56 CEST 2006


Author: neal.norwitz
Date: Tue Jun 27 06:28:56 2006
New Revision: 47118

Modified:
   python/trunk/Makefile.pre.in
   python/trunk/Misc/NEWS
Log:
Verify buildbot picks up these changes (really needs testing after last change to Makefile.pre.in)

Modified: python/trunk/Makefile.pre.in
==============================================================================
--- python/trunk/Makefile.pre.in	(original)
+++ python/trunk/Makefile.pre.in	Tue Jun 27 06:28:56 2006
@@ -701,7 +701,7 @@
 	plat-mac/lib-scriptpackages/Netscape \
 	plat-mac/lib-scriptpackages/StdSuites \
 	plat-mac/lib-scriptpackages/SystemEvents \
-	plat-mac/lib-scriptpackages/Terminal
+	plat-mac/lib-scriptpackages/Terminal 
 PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
 LIBSUBDIRS=	lib-tk site-packages test test/output test/data \
 		test/decimaltestdata \

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Tue Jun 27 06:28:56 2006
@@ -31,7 +31,7 @@
 Build
 -----
 
-- Bug #1513032, 'make install' failed on FreeBSD 5.3 due to lib-old
+- Bug #1513032: 'make install' failed on FreeBSD 5.3 due to lib-old
   trying to be installed even though it's empty.
 
 


More information about the Python-checkins mailing list