summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-06 19:40:58 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit51b34661204c8f9b4e2f5be8cb6bc1221fccf094 (patch)
tree571beb344ada3984ac1bcd5e1fc63fb19860fc9a /Makefile
parenteb3fe0bdaead1f8d07730335d4324dbaf5690782 (diff)
downloadrabbitmq-server-git-51b34661204c8f9b4e2f5be8cb6bc1221fccf094.tar.gz
Be more conservative with rsync --exclude
Ie. do distribute rabbitmq-server-ha.ocf.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 2fffaa3b18..e39e9654bf 100644
--- a/Makefile
+++ b/Makefile
@@ -185,11 +185,11 @@ RSYNC_FLAGS += -a $(RSYNC_V) \
--exclude '*.beam' \
--exclude '*.pyc' \
--exclude '.git*' \
- --exclude '$(notdir $(ERLANG_MK_TMP))' \
- --exclude '$(SOURCE_DIST_BASE)-*' \
- --exclude 'ebin' \
- --exclude 'erl_crash.dump' \
- --exclude 'deps' \
+ --exclude '/$(notdir $(ERLANG_MK_TMP))' \
+ --exclude '/$(SOURCE_DIST_BASE)-*' \
+ --exclude '/ebin' \
+ --exclude '/erl_crash.dump' \
+ --exclude '/deps' \
--delete \
--delete-excluded