diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-08-06 15:21:19 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-08-06 15:21:19 +0100 |
| commit | 91a6c79c0ef709e229f4864cfa8e7c940f66f480 (patch) | |
| tree | d22111616fbe697f69fe92dab89fe08b7b816f18 /Makefile | |
| parent | 3b46b961a31dc4429db7447b7cd35ac628cada96 (diff) | |
| download | rabbitmq-server-git-91a6c79c0ef709e229f4864cfa8e7c940f66f480.tar.gz | |
Bother, should have diffed before ci. I hate that RABBITMQ_SERVER_START_ARGS= line being in the Makefile but it should be dealt with in a different bug.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ TMPDIR := /tmp endif RABBITMQ_NODENAME=rabbit +RABBITMQ_SERVER_START_ARGS= RABBITMQ_MNESIA_DIR=$(TMPDIR)/rabbitmq-$(RABBITMQ_NODENAME)-mnesia RABBITMQ_LOG_BASE=$(TMPDIR) |
