diff options
author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-07-28 18:30:30 +0100 |
---|---|---|
committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-07-28 18:30:30 +0100 |
commit | 3df28de3cf1eeb1abbe89d831b05e8480e1d5d44 (patch) | |
tree | 78dd708700b5cd5889d855efd6f619fa4032ac2e /packaging/windows | |
parent | ead345cec20226e8d3a2b9681ff059fe7ca963d5 (diff) | |
download | rabbitmq-server-3df28de3cf1eeb1abbe89d831b05e8480e1d5d44.tar.gz |
silence zips
Gzips don't normally print anything, so they're fine.
Diffstat (limited to 'packaging/windows')
-rw-r--r-- | packaging/windows/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile index dacfa620..6239dcc5 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 |