summaryrefslogtreecommitdiff
path: root/Makefile
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
commit91a6c79c0ef709e229f4864cfa8e7c940f66f480 (patch)
treed22111616fbe697f69fe92dab89fe08b7b816f18 /Makefile
parent3b46b961a31dc4429db7447b7cd35ac628cada96 (diff)
downloadrabbitmq-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--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 58a03ff9c9..5c7f629327 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)