summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTony Garnock-Jones <tonyg@lshift.net>2009-07-16 14:34:29 +0100
committerTony Garnock-Jones <tonyg@lshift.net>2009-07-16 14:34:29 +0100
commitb7296160859f56a9052fa8c79536f956c6fc4d3a (patch)
tree96f68398dd1cd1e96601223db9bde1750e8a59fb /Makefile
parent0d611f1188edc7b8f9da7935e21865fb49163a14 (diff)
downloadrabbitmq-server-git-b7296160859f56a9052fa8c79536f956c6fc4d3a.tar.gz
Make cleandb no longer stop the node
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7b45e4849..f0214ae05a 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ clean: cleandb
rm -f $(INCLUDE_DIR)/rabbit_framing.hrl $(SOURCE_DIR)/rabbit_framing.erl codegen.pyc
rm -f docs/*.[0-9].gz
-cleandb: stop-node
+cleandb:
rm -rf $(RABBITMQ_MNESIA_DIR)/*
############ various tasks to interact with RabbitMQ ###################