summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@lshift.net>2009-04-12 19:54:19 +0100
committerMatthew Sackman <matthew@lshift.net>2009-04-12 19:54:19 +0100
commitf191d8413b4d0bdcf2f466da1dc5e42304bd241d (patch)
tree813a95a37264ab53ab34a6a14d20d2ca8a797a06 /Makefile
parentcb87008620431c8f30269fba02f4aeffbc31e073 (diff)
downloadrabbitmq-server-git-f191d8413b4d0bdcf2f466da1dc5e42304bd241d.tar.gz
initial stab at some tests (though still only 1 queue!).
Also accidentally seem to have committed a change to the Makefile a while back so am undoing that.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8744f637f9..b7464244c2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
RABBITMQ_NODENAME=rabbit
RABBITMQ_SERVER_START_ARGS=
-RABBITMQ_MNESIA_DIR=/data/tmp/rabbitmq-$(RABBITMQ_NODENAME)-mnesia
-RABBITMQ_LOG_BASE=/data/tmp
+RABBITMQ_MNESIA_DIR=/tmp/rabbitmq-$(RABBITMQ_NODENAME)-mnesia
+RABBITMQ_LOG_BASE=/tmp
SOURCE_DIR=src
EBIN_DIR=ebin