[Python-3000-checkins] r64423 - in python/branches/py3k: Makefile.pre.in

benjamin.peterson python-3000-checkins at python.org
Fri Jun 20 04:54:42 CEST 2008


Author: benjamin.peterson
Date: Fri Jun 20 04:54:41 2008
New Revision: 64423

Log:
Merged revisions 64422 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64422 | benjamin.peterson | 2008-06-19 21:47:03 -0500 (Thu, 19 Jun 2008) | 1 line
  
  add multiprocessing to the Makefile
........


Modified:
   python/branches/py3k/   (props changed)
   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	Fri Jun 20 04:54:41 2008
@@ -814,6 +814,7 @@
 		ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \
 		distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \
 		setuptools setuptools/command setuptools/tests setuptools.egg-info \
+		multiprocessing multiprocessing/dummy \
 		curses $(MACHDEPS)
 libinstall:	build_all $(srcdir)/Lib/$(PLATDIR)
 	@for i in $(SCRIPTDIR) $(LIBDEST); \


More information about the Python-3000-checkins mailing list