summaryrefslogtreecommitdiff
path: root/packaging/windows
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-09 15:05:24 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commitf78a6551e80baa7113dcb1f7201b7c2d0bb88a7f (patch)
treec8d1545e3127e0ad4c2710aef1519ef6a53efad2 /packaging/windows
parent48614919f369ffcf68f78d2fd48edbf416ce81ec (diff)
downloadrabbitmq-server-git-f78a6551e80baa7113dcb1f7201b7c2d0bb88a7f.tar.gz
Finish with generic-unix and standalone-macosx packages
Diffstat (limited to 'packaging/windows')
-rw-r--r--packaging/windows/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/packaging/windows/Makefile b/packaging/windows/Makefile
index 670a356f3d..dba27112fc 100644
--- a/packaging/windows/Makefile
+++ b/packaging/windows/Makefile
@@ -6,6 +6,9 @@ SOURCE_DIR=rabbitmq-server-$(VERSION)
TARGET_DIR=rabbitmq_server-$(VERSION)
TARGET_ZIP=rabbitmq-server-windows-$(VERSION)
+all: dist
+ @:
+
dist:
tar -Jxf $(TARBALL_DIR)/$(TARBALL)
$(MAKE) -C $(SOURCE_DIR) install-windows DESTDIR=$(abspath $(TARGET_DIR)) WINDOWS_PREFIX=
@@ -13,6 +16,11 @@ dist:
zip -q -r $(TARGET_ZIP).zip $(TARGET_DIR)
rm -rf $(SOURCE_DIR) $(TARGET_DIR)
+ if test "$(PACKAGES_DIR)"; then \
+ mkdir -p "$(PACKAGES_DIR)"; \
+ mv $(TARGET_ZIP).zip "$(PACKAGES_DIR)"; \
+ fi
+
clean: clean_partial
rm -f rabbitmq-server-windows-*.zip