summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-08-06 15:21:19 +0100
committerMatthew Sackman <matthew@lshift.net>2009-08-06 15:21:19 +0100
commit82a08ffbfdc28e3a1bcf46f82c12766cc5b8429c (patch)
treed22111616fbe697f69fe92dab89fe08b7b816f18
parent06c0614ee97c15eab3234806a3c764f0a0224a19 (diff)
downloadrabbitmq-server-bug20602.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.bug20602
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 58a03ff9..5c7f6293 100644
--- a/Makefile
+++ b/Makefile
@@ -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)