summaryrefslogtreecommitdiff
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
commit955b8541c1f194c7c9252be73194329ff34ee178 (patch)
tree96f68398dd1cd1e96601223db9bde1750e8a59fb
parent1ca0109a8322d8ef2e06b21c48012a7abd3e6048 (diff)
downloadrabbitmq-server-955b8541c1f194c7c9252be73194329ff34ee178.tar.gz
Make cleandb no longer stop the node
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b7b45e48..f0214ae0 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 ###################