summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-08-17 16:20:32 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2011-08-17 16:20:32 +0100
commit2dc3eb753112511241c6cc68396351cf8851d899 (patch)
tree07507fbb0550f4b5d396a59c6da52b87640b854e /packaging/windows
parent80e4fe0ecf1e354e56ebf787de0125bb335f5f8a (diff)
parent6819ee5650d7c66acc21767bdcf80be66b280dce (diff)
downloadrabbitmq-server-git-2dc3eb753112511241c6cc68396351cf8851d899.tar.gz
Merging bug24230 to default
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index dacfa6207f..a0be8d89e0 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -4,7 +4,7 @@ TARGET_DIR=rabbitmq_server-$(VERSION)
TARGET_ZIP=rabbitmq-server-windows-$(VERSION)
dist:
- tar -zxvf ../../dist/$(SOURCE_DIR).tar.gz
+ tar -zxf ../../dist/$(SOURCE_DIR).tar.gz
$(MAKE) -C $(SOURCE_DIR)
mkdir $(SOURCE_DIR)/sbin
@@ -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