[Pkg-mozext-commits] [perspectives-extension] 17/30: Makefile - Turn 'zip' to quiet mode, to avoid flooding the console

David Prévot taffit at alioth.debian.org
Thu Sep 26 22:31:39 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch debian
in repository perspectives-extension.

commit fd00e06541b27f9887f3e76785e48cd838705e3b
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sat Sep 14 23:42:03 2013 -0600

    Makefile - Turn 'zip' to quiet mode, to avoid flooding the console
---
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index a00d2ce..e829720 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ unittest_dest = $(unittest_dest_folder)/$(unittest_file)
 .PHONY: plugin
 
 plugin: clean dtds setup
-	sh -c "cd $(buildfolder)/ && zip -r ../$(outfile) * -x *\.svn*"
+	sh -c "cd $(buildfolder)/ && zip -q -r ../$(outfile) * -x *\.svn*"
 	rm -rf $(buildfolder)
 
 test: clean setup install-test-files plugin

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git



More information about the Pkg-mozext-commits mailing list