summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-11-26 15:47:22 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-11-26 15:47:22 +0000
commitcc068dee6d8b8762b5e8f10df6244313feb47633 (patch)
tree5a08872b229fc30e4351acd3e4b1cde8de2ee657 /Makefile
parent9c53f5f1720a00b2166719830fabe05a025bcede (diff)
downloadrabbitmq-server-cc068dee6d8b8762b5e8f10df6244313feb47633.tar.gz
Create a way to mutate pids and use that rather than creating "fake" pids.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c955a8fc..51db8d4c 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ TMPDIR ?= /tmp
RABBITMQ_NODENAME ?= rabbit
RABBITMQ_SERVER_START_ARGS ?=
-RABBITMQ_MNESIA_DIR ?= $(TMPDIR)/rabbitmq-$(RABBITMQ_NODENAME)-mnesia
+RABBITMQ_MNESIA_DIR ?= $(TMPDIR)/rabbitmq-mnesia
RABBITMQ_PLUGINS_EXPAND_DIR ?= $(TMPDIR)/rabbitmq-$(RABBITMQ_NODENAME)-plugins-scratch
RABBITMQ_LOG_BASE ?= $(TMPDIR)