diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-10-06 19:51:02 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-20 11:10:48 +0200 |
| commit | 61f51c5532cc0f7a50bbd5342bad0d274b91922a (patch) | |
| tree | 733dbf375a5a3f9fee7b4259fce5ae3920cf6143 | |
| parent | 51b34661204c8f9b4e2f5be8cb6bc1221fccf094 (diff) | |
| download | rabbitmq-server-git-61f51c5532cc0f7a50bbd5342bad0d274b91922a.tar.gz | |
Be conservative only with rabbitmq-server-*
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -185,11 +185,11 @@ RSYNC_FLAGS += -a $(RSYNC_V) \ --exclude '*.beam' \ --exclude '*.pyc' \ --exclude '.git*' \ - --exclude '/$(notdir $(ERLANG_MK_TMP))' \ + --exclude '$(notdir $(ERLANG_MK_TMP))' \ + --exclude 'ebin' \ + --exclude 'erl_crash.dump' \ + --exclude 'deps' \ --exclude '/$(SOURCE_DIST_BASE)-*' \ - --exclude '/ebin' \ - --exclude '/erl_crash.dump' \ - --exclude '/deps' \ --delete \ --delete-excluded |
