[Zope3-checkins] CVS: Zope3 - Makefile:1.29

Jim Fulton jim@zope.com
Tue, 13 May 2003 15:26:31 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv31772

Modified Files:
	Makefile 
Log Message:
Took -q out of the setup flags.  It's really important to see what's
being done, even if it means putting up with stupid "skipping"
messages for now (until Python2.3).


=== Zope3/Makefile 1.28 => 1.29 ===
--- Zope3/Makefile:1.28	Wed Apr 30 18:21:02 2003
+++ Zope3/Makefile	Tue May 13 15:26:31 2003
@@ -1,7 +1,7 @@
 PYTHON=python2.2
 TESTFLAGS=-p -v
 TESTOPTS=
-SETUPFLAGS=-q
+SETUPFLAGS=
 
 # XXX What should the default be?
 all: inplace