[Zope-CVS] CVS: Packages/WinBuilders - Makefile.python:1.2.2.2

Tim Peters tim.one at comcast.net
Sun Feb 1 10:47:10 EST 2004


Update of /cvs-repository/Packages/WinBuilders
In directory cvs.zope.org:/tmp/cvs-serv8245

Modified Files:
      Tag: tim-zrs-branch
	Makefile.python 
Log Message:
Squash duplication of out-of-date info.


=== Packages/WinBuilders/Makefile.python 1.2.2.1 => 1.2.2.2 ===
--- Packages/WinBuilders/Makefile.python:1.2.2.1	Sun Feb  1 00:33:48 2004
+++ Packages/WinBuilders/Makefile.python	Sun Feb  1 10:47:10 2004
@@ -1,16 +1,9 @@
 # Zope/ZEO build and install Makefile for Python (gnumake-style).
 # Puts binaries into build/bin
 
-# Use a Win2k/XP machine with Cygwin and VC++
+# See README.txt for system requirements.
 
-# also obtain and situate the following supporting files before
-# attempting to run the makefile:
-
-#   obtain the source distribution of Python 2.2.X and put the tar.gz file
-#   in tmp\Python-2.2.X.tgz
-
-#   obtain the binary distribution of win32all-152.exe and put this file in
-#   $(BUILD_DIR)\tmp
+# See python.mk for the input files required in tmp/.
 
 # do "make -f <makefile_name> build"
 # then "make -f <makefile_name" install
@@ -24,6 +17,8 @@
 
 install: build install_python
 
+# XXX test_python doesn't exist:  there's not enough stuff in the
+# build/ directory to run the Python tests successfully.
 test: test_python
 
 clean: clean_python clean_libs unbuild




More information about the Zope-CVS mailing list