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 | ee337278aa2637d0d6c0f13a3b357eb727820deb (patch) | |
| tree | 78dd708700b5cd5889d855efd6f619fa4032ac2e /Makefile | |
| parent | a653ca51e46cd4f16ed298f1befe77d1057b531b (diff) | |
| download | rabbitmq-server-git-ee337278aa2637d0d6c0f13a3b357eb727820deb.tar.gz | |
silence zips
Gzips don't normally print anything, so they're fine.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
