[Fusionforge-commits] r7508 - trunk

Alain Peyrat aljeux at libremir.placard.fr.eu.org
Tue Apr 28 22:19:41 CEST 2009


Author: aljeux
Date: 2009-04-28 22:19:40 +0200 (Tue, 28 Apr 2009)
New Revision: 7508

Modified:
   trunk/Makefile
Log:
Reducing verbosity when building tarballs

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-04-28 20:19:26 UTC (rev 7507)
+++ trunk/Makefile	2009-04-28 20:19:40 UTC (rev 7508)
@@ -26,7 +26,7 @@
 
 buildtar:
 	rm -fr /tmp/$(VERSION)
-	cd gforge; find . -type f -or -type l | grep -v '/.svn/' | grep -v '^./debian' | grep -v '^./deb-specific' | grep -v '^./rpm-specific' | grep -v '^./contrib' | grep -v '^./gforge.spec' | grep -v '^./README.setup' | grep -v '^./setup' | cpio -pdumB /tmp/$(VERSION)
+	cd gforge; find . -type f -or -type l | grep -v '/.svn/' | grep -v '^./debian' | grep -v '^./deb-specific' | grep -v '^./rpm-specific' | grep -v '^./contrib' | grep -v '^./gforge.spec' | grep -v '^./README.setup' | grep -v '^./setup' | cpio -pdumB --quiet /tmp/$(VERSION)
 	cd /tmp/$(VERSION); utils/manage-translations.sh build
 	cd /tmp/; tar jcf $(BUILDRESULT)/$(VERSION).tar.bz2 $(VERSION)
 	cd /tmp/$(VERSION); tar zxf $(ARCHIVE)/libphp-jpgraph_1.5.2.orig.tar.gz




More information about the Fusionforge-commits mailing list