[Zodb-checkins] CVS: ZODB3 - Makefile:1.7
Fred Drake
cvs-admin at zope.org
Fri Dec 5 15:18:02 EST 2003
Update of /cvs-repository/ZODB3
In directory cvs.zope.org:/tmp/cvs-serv18728
Modified Files:
Makefile
Log Message:
update to reflect Python version requirements
=== ZODB3/Makefile 1.6 => 1.7 ===
--- ZODB3/Makefile:1.6 Tue Apr 22 14:42:53 2003
+++ ZODB3/Makefile Fri Dec 5 15:18:00 2003
@@ -1,18 +1,14 @@
-PYTHON=python2.2
-ALTPYTHON=python2.1
+PYTHON=python2.3
all:
$(PYTHON) setup.py -q build
- $(ALTPYTHON) setup.py -q build
install: all
$(PYTHON) setup.py -q install
- $(ALTPYTHON) setup.py -q install
TESTOPTS=
test: all
$(PYTHON) test.py -v $(TESTOPTS)
- $(ALTPYTHON) test.py -v $(TESTOPTS)
clean:
-rm -rf build
More information about the Zodb-checkins
mailing list