diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-26 12:23:45 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-26 12:23:45 +0100 |
| commit | f42451b4c0efc2267177290b2f6190e4007c554b (patch) | |
| tree | 89fad8cdc2594121dd7b8a50e2835991d6f4603d | |
| parent | af19ac0684ef604a63aec27bdc4cf1aa73549b30 (diff) | |
| download | rabbitmq-server-git-f42451b4c0efc2267177290b2f6190e4007c554b.tar.gz | |
make source-dist: Do not distribute plugins/ directories
Those are artefacts of unrelated builds.
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
