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

Guido van Rossum guido@python.org
Sat, 23 Nov 2002 01:58:19 -0500


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

Modified Files:
	Makefile 
Log Message:
Add -q option to stupid_build command.

=== Zope3/Makefile 1.2 => 1.3 ===
--- Zope3/Makefile:1.2	Fri Nov 22 10:27:52 2002
+++ Zope3/Makefile	Sat Nov 23 01:58:19 2002
@@ -2,7 +2,7 @@
 TESTOPTS=
 
 all:
-	$(PYTHON) stupid_build.py
+	$(PYTHON) stupid_build.py -q
 
 test: all
 	$(PYTHON) test.py -v $(TESTOPTS)