Make make dist a bit quieter 0.9.2
authorMatt Mackall <mpm@selenic.com>
Sun, 10 Dec 2006 19:20:35 -0600
changeset 3865 36a957364b1b
parent 3864 1a7794525c2b
child 3866 740b2a23c0db
Make make dist a bit quieter
Makefile
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ dist:	tests dist-notests
 
 dist-notests:	doc
 	hg manifest > MANIFEST
-	TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py sdist
+	TAR_OPTIONS="--owner=root --group=root --mode=u+w,go-w,a+rX-s" $(PYTHON) setup.py -q sdist
 	rm MANIFEST
 
 tests: