summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-07-28 18:30:30 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-07-28 18:30:30 +0100
commitee337278aa2637d0d6c0f13a3b357eb727820deb (patch)
tree78dd708700b5cd5889d855efd6f619fa4032ac2e
parenta653ca51e46cd4f16ed298f1befe77d1057b531b (diff)
downloadrabbitmq-server-git-ee337278aa2637d0d6c0f13a3b357eb727820deb.tar.gz
silence zips
Gzips don't normally print anything, so they're fine.
-rw-r--r--Makefile2
-rw-r--r--packaging/windows/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 495689fbaf..ee2700af6f 100644
--- a/Makefile
+++ b/Makefile
@@ -238,7 +238,7 @@ srcdist: distclean
chmod 0755 $(TARGET_SRC_DIR)/scripts/*
(cd dist; tar -zcf $(TARBALL_NAME).tar.gz $(TARBALL_NAME))
- (cd dist; zip -r $(TARBALL_NAME).zip $(TARBALL_NAME))
+ (cd dist; zip -q -r $(TARBALL_NAME).zip $(TARBALL_NAME))
rm -rf $(TARGET_SRC_DIR)
distclean: clean
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index dacfa6207f..6239dcc567 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -24,7 +24,7 @@ dist:
elinks -dump -no-references -no-numbering rabbitmq-service.html \
> $(TARGET_DIR)/readme-service.txt
todos $(TARGET_DIR)/readme-service.txt
- zip -r $(TARGET_ZIP).zip $(TARGET_DIR)
+ zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(TARGET_DIR) rabbitmq-service.html
clean: clean_partial