[Zope-Checkins] SVN: Zope/trunk/inst/Makefile.win.in - A quote too
much
Sidnei da Silva
sidnei at awkly.org
Thu Apr 21 10:54:25 EDT 2005
Log message for revision 30077:
- A quote too much
Changed:
U Zope/trunk/inst/Makefile.win.in
-=-
Modified: Zope/trunk/inst/Makefile.win.in
===================================================================
--- Zope/trunk/inst/Makefile.win.in 2005-04-21 13:13:20 UTC (rev 30076)
+++ Zope/trunk/inst/Makefile.win.in 2005-04-21 14:54:25 UTC (rev 30077)
@@ -59,7 +59,7 @@
# version_txt: create a version file in lib/python/version.txt
version_txt:
- echo "Zope $(MAJOR_VERSION).$(MINOR_VERSION)-$(RELEASE_TAG)" >\
+ echo Zope $(MAJOR_VERSION).$(MINOR_VERSION)-$(RELEASE_TAG) >\
"$(BASE_DIR)/lib/python/version.txt"
# clean: Delete the build files and any binaries/bytecode files in
@@ -67,6 +67,7 @@
clean: unbuild
$(CD) "$(BASE_DIR)
-$(RM) /s *.pyc *.pyo *.dll *.o *.obj *.pyd
+ -$(RM) (BASE_DIR)/lib/python/version.txt
More information about the Zope-Checkins
mailing list