[Zope-CVS] CVS: Packages/WinBuilders - Makefile.python:1.2 Makefile.zeo:1.2 Makefile.zope:1.2

Tim Peters tim.one at comcast.net
Sun Jan 25 23:14:00 EST 2004


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

Modified Files:
	Makefile.python Makefile.zeo Makefile.zope 
Log Message:
Most of the text files here had \r\n line ends checked in to the CVS
repository, so on checkout you got \r\n line ends on Linux and \r\r\n
line ends on Windows.  This just replaces the line ends so that they're
"normal" for text files.


=== Packages/WinBuilders/Makefile.python 1.1.1.1 => 1.2 ===
--- Packages/WinBuilders/Makefile.python:1.1.1.1	Mon Aug 11 09:51:27 2003
+++ Packages/WinBuilders/Makefile.python	Sun Jan 25 23:13:29 2004
@@ -1,47 +1,47 @@
-# Zope/ZEO build and install Makefile for Python (gnumake-style).
-# Puts binaries into build/bin
-
-# Use a Win2k/XP machine with Cygwin and VC++
-
-# 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 expat for Windows
-#   (expat_win32bin_1_95_6.exe) from libexpat.org and put this binary in
-#   $(BUILD_DIR)\tmp
-
-#   obtain the source distribution of zlib
-#   (zlib-1.1.4.tar.gz) from gzip.org/zlib and put this gzipped tar file in
-#   $(BUILD_DIR)\tmp
-
-#   obtain the binary distribution of win32all-152.exe and put this file in
-#   $(BUILD_DIR)\tmp
-
-# do "make -f <makefile_name> build"
-# then "make -f <makefile_name" install
-
-default: install
-
-build: build_python
-
-unbuild:
-	$(RMRF) "$(BUILD_DIR)"
-
-install: build install_python
-
-test: test_python
-
-clean: clean_python clean_libs unbuild
-
-clobber: clean
-	$(RMRF) src
-
-include mk/common.mk
-include mk/python.mk
-
-
-
-
+# Zope/ZEO build and install Makefile for Python (gnumake-style).
+# Puts binaries into build/bin
+
+# Use a Win2k/XP machine with Cygwin and VC++
+
+# 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 expat for Windows
+#   (expat_win32bin_1_95_6.exe) from libexpat.org and put this binary in
+#   $(BUILD_DIR)\tmp
+
+#   obtain the source distribution of zlib
+#   (zlib-1.1.4.tar.gz) from gzip.org/zlib and put this gzipped tar file in
+#   $(BUILD_DIR)\tmp
+
+#   obtain the binary distribution of win32all-152.exe and put this file in
+#   $(BUILD_DIR)\tmp
+
+# do "make -f <makefile_name> build"
+# then "make -f <makefile_name" install
+
+default: install
+
+build: build_python
+
+unbuild:
+	$(RMRF) "$(BUILD_DIR)"
+
+install: build install_python
+
+test: test_python
+
+clean: clean_python clean_libs unbuild
+
+clobber: clean
+	$(RMRF) src
+
+include mk/common.mk
+include mk/python.mk
+
+
+
+


=== Packages/WinBuilders/Makefile.zeo 1.1.1.1 => 1.2 ===
--- Packages/WinBuilders/Makefile.zeo:1.1.1.1	Tue Aug 12 09:42:41 2003
+++ Packages/WinBuilders/Makefile.zeo	Sun Jan 25 23:13:29 2004
@@ -1,58 +1,58 @@
-# Zope2 build and install Makefile for win32 (gnumake-style).
-# Creates an installable executable of ZEO/ZODB3.
-
-# Use a Win2k/XP machine with Cygwin, VC++, and InnoSetup4
-# Install Inno Setup 4 into Program Files\Inno Setup 4
-
-# also obtain and situate the following supporting files before
-# attempting to run the makefile:
-#
-#   obtain the source distribution of ZODB 3.X.X and put the tar.gz file
-#   in tmp\ZODB3-3.2b2.tar.gz
-
-#   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 expat for Windows
-#   (expat_win32bin_1_95_6.exe) from libexpat.org and put this binary in
-#   $(BUILD_DIR)\tmp
-
-#   obtain the source distribution of zlib
-#   (zlib-1.1.4.tar.gz) from gzip.org/zlib and put this gzipped tar file in
-#   $(BUILD_DIR)\tmp
-
-#   obtain the binary distribution of win32all-152.exe and put this file in
-#   $(BUILD_DIR)\tmp
-
-# To produce the executable:
- 
-# do "make -f <makefile_name> build"
-# then "make -f <makefile_name" install
-
-# The resulting executable will show up in the "build" subdirectory
-# as "ZEO-2.X.X-win32.exe".
-
-# include common subroutines
-
-default: install
-
-build: build_python
-
-unbuild:
-	$(RMRF) "$(BUILD_DIR)"
-
-install: build install_python install_zeo
-
-test: test_python test_zeo
-
-clean: clean_python clean_zeo clean_libs unbuild
-
-clobber: clean
-	$(RMRF) src
-
-include mk/common.mk
-include mk/python.mk
-include mk/zeo.mk
-
-
-
+# Zope2 build and install Makefile for win32 (gnumake-style).
+# Creates an installable executable of ZEO/ZODB3.
+
+# Use a Win2k/XP machine with Cygwin, VC++, and InnoSetup4
+# Install Inno Setup 4 into Program Files\Inno Setup 4
+
+# also obtain and situate the following supporting files before
+# attempting to run the makefile:
+#
+#   obtain the source distribution of ZODB 3.X.X and put the tar.gz file
+#   in tmp\ZODB3-3.2b2.tar.gz
+
+#   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 expat for Windows
+#   (expat_win32bin_1_95_6.exe) from libexpat.org and put this binary in
+#   $(BUILD_DIR)\tmp
+
+#   obtain the source distribution of zlib
+#   (zlib-1.1.4.tar.gz) from gzip.org/zlib and put this gzipped tar file in
+#   $(BUILD_DIR)\tmp
+
+#   obtain the binary distribution of win32all-152.exe and put this file in
+#   $(BUILD_DIR)\tmp
+
+# To produce the executable:
+ 
+# do "make -f <makefile_name> build"
+# then "make -f <makefile_name" install
+
+# The resulting executable will show up in the "build" subdirectory
+# as "ZEO-2.X.X-win32.exe".
+
+# include common subroutines
+
+default: install
+
+build: build_python
+
+unbuild:
+	$(RMRF) "$(BUILD_DIR)"
+
+install: build install_python install_zeo
+
+test: test_python test_zeo
+
+clean: clean_python clean_zeo clean_libs unbuild
+
+clobber: clean
+	$(RMRF) src
+
+include mk/common.mk
+include mk/python.mk
+include mk/zeo.mk
+
+
+


=== Packages/WinBuilders/Makefile.zope 1.1.1.1 => 1.2 ===
--- Packages/WinBuilders/Makefile.zope:1.1.1.1	Mon Aug 11 14:33:43 2003
+++ Packages/WinBuilders/Makefile.zope	Sun Jan 25 23:13:29 2004
@@ -1,56 +1,56 @@
-# Zope2 build and install Makefile for win32 (gnumake-style).
-# Creates an installable executable of Zope 2.
-
-# Use a Win2k/XP machine with Cygwin, VC++, and InnoSetup4
-# Install Inno Setup 4 into Program Files\Inno Setup 4
-
-# also obtain and situate the following supporting files before
-# attempting to run the makefile:
-#
-#   obtain the source distribution of Zope 2.7.X and put the tar.gz file
-#   in tmp\Zope-2.7.X.tar.gz
-
-#   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 expat for Windows
-#   (expat_win32bin_1_95_6.exe) from libexpat.org and put this binary in
-#   $(BUILD_DIR)\tmp
-
-#   obtain the source distribution of zlib
-#   (zlib-1.1.4.tar.gz) from gzip.org/zlib and put this gzipped tar file in
-#   $(BUILD_DIR)\tmp
-
-#   obtain the binary distribution of win32all-152.exe and put this file in
-#   $(BUILD_DIR)\tmp
-
-# To produce the executable:
- 
-# do "make -f <makefile_name> build"
-# then "make -f <makefile_name" install
-
-# The resulting executable will show up in the "build" subdirectory
-# as "Zope-2.X.X-X-win32.exe".
-
-# include common subroutines
-
-default: install
-
-build: build_python
-
-unbuild:
-	$(RMRF) "$(BUILD_DIR)"
-
-install: build install_python install_zope
-
-test: test_python test_zope
-
-clean: clean_python clean_zope clean_libs unbuild
-
-clobber: clean
-	$(RMRF) src
-
-include mk/common.mk
-include mk/python.mk
-include mk/zope.mk
-
+# Zope2 build and install Makefile for win32 (gnumake-style).
+# Creates an installable executable of Zope 2.
+
+# Use a Win2k/XP machine with Cygwin, VC++, and InnoSetup4
+# Install Inno Setup 4 into Program Files\Inno Setup 4
+
+# also obtain and situate the following supporting files before
+# attempting to run the makefile:
+#
+#   obtain the source distribution of Zope 2.7.X and put the tar.gz file
+#   in tmp\Zope-2.7.X.tar.gz
+
+#   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 expat for Windows
+#   (expat_win32bin_1_95_6.exe) from libexpat.org and put this binary in
+#   $(BUILD_DIR)\tmp
+
+#   obtain the source distribution of zlib
+#   (zlib-1.1.4.tar.gz) from gzip.org/zlib and put this gzipped tar file in
+#   $(BUILD_DIR)\tmp
+
+#   obtain the binary distribution of win32all-152.exe and put this file in
+#   $(BUILD_DIR)\tmp
+
+# To produce the executable:
+ 
+# do "make -f <makefile_name> build"
+# then "make -f <makefile_name" install
+
+# The resulting executable will show up in the "build" subdirectory
+# as "Zope-2.X.X-X-win32.exe".
+
+# include common subroutines
+
+default: install
+
+build: build_python
+
+unbuild:
+	$(RMRF) "$(BUILD_DIR)"
+
+install: build install_python install_zope
+
+test: test_python test_zope
+
+clean: clean_python clean_zope clean_libs unbuild
+
+clobber: clean
+	$(RMRF) src
+
+include mk/common.mk
+include mk/python.mk
+include mk/zope.mk
+




More information about the Zope-CVS mailing list