summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-05-13 10:53:35 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-05-13 10:53:35 +0200
commit87418da7b90c789310e6e258078fed94c7a7ce01 (patch)
treeb3f8c44d314f6b0fdcfa7346ab73f133a2219c62
parente9e640284edf780ee669e547c28a6e9ad6c839ba (diff)
downloadrabbitmq-server-git-87418da7b90c789310e6e258078fed94c7a7ce01.tar.gz
make source-dist: Exclude default $(PACKAGES_DIR)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 833334dcd6..1d5ce3f2b4 100644
--- a/Makefile
+++ b/Makefile
@@ -221,6 +221,7 @@ RSYNC_FLAGS += -a $(RSYNC_V) \
--exclude 'plugins/' \
--exclude '$(notdir $(DIST_DIR))/' \
--exclude '/$(notdir $(PACKAGES_DIR))/' \
+ --exclude '/PACKAGES/' \
--exclude '/cowboy/doc/' \
--exclude '/cowboy/examples/' \
--exclude '/rabbitmq_amqp1_0/test/swiftmq/build/'\