summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2011-08-11 18:48:23 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2011-08-11 18:48:23 +0100
commit5b4b26ff4c723248063d32be099a665b075ded2c (patch)
treecfa98020569de6b5fd087e1ac1f14cb6ba4482c6 /packaging/windows
parente4bbe62e53c95d1b66998e07a0a49b6603167642 (diff)
parentf6f03b1afc93639d4cc5f4c66a2e9392506b434c (diff)
downloadrabbitmq-server-git-5b4b26ff4c723248063d32be099a665b075ded2c.tar.gz
merge from 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