summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-26 12:23:45 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-10-26 12:23:45 +0100
commitf42451b4c0efc2267177290b2f6190e4007c554b (patch)
tree89fad8cdc2594121dd7b8a50e2835991d6f4603d
parentaf19ac0684ef604a63aec27bdc4cf1aa73549b30 (diff)
downloadrabbitmq-server-git-f42451b4c0efc2267177290b2f6190e4007c554b.tar.gz
make source-dist: Do not distribute plugins/ directories
Those are artefacts of unrelated builds.
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6cfd91a6ca..b0b334639a 100644
--- a/Makefile
+++ b/Makefile
@@ -184,7 +184,10 @@ RSYNC_FLAGS += -a $(RSYNC_V) \
--exclude 'ebin' \
--exclude 'packaging' \
--exclude 'erl_crash.dump' \
- --exclude 'deps' \
+ --exclude 'deps/' \
+ --exclude '$(notdir $(DEPS_DIR))/' \
+ --exclude 'plugins/' \
+ --exclude '$(notdir $(DIST_DIR))/' \
--exclude '/$(SOURCE_DIST_BASE)-*' \
--delete \
--delete-excluded