summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-06 20:29:26 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commitf5cc88238295d2fd88f65e56fd4f1e4eafad4626 (patch)
tree92cdfe21e870b7b1681bae5cee0645e72ff048d6 /Makefile
parent5e14a4cee58c6d97607a9cb8d55cd94cd20c7c83 (diff)
downloadrabbitmq-server-git-f5cc88238295d2fd88f65e56fd4f1e4eafad4626.tar.gz
Remove .zip dist file before creating it again
Otherwise, zip(1) wants to update it. It works but it is slower than recreating it from scratch.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ebd065929d..97cf925b52 100644
--- a/Makefile
+++ b/Makefile
@@ -236,6 +236,7 @@ $(SOURCE_DIST).tar.xz: $(SOURCE_DIST)
$(gen_verbose) $(TAR) -cf - $(TAR_V) $(SOURCE_DIST) | $(XZ) > $@
$(SOURCE_DIST).zip: $(SOURCE_DIST)
+ $(verbose) rm -f $@
$(gen_verbose) $(ZIP) -r $(ZIP_V) $@ $(SOURCE_DIST)
clean:: clean-source-dist