summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@lshift.net>2009-07-20 17:12:28 +0100
committerMatthias Radestock <matthias@lshift.net>2009-07-20 17:12:28 +0100
commit98d1423b60938225c7e0797a5b191928193bfa82 (patch)
tree1f120db9f94003921f63c7344a40d0f0c3a4e909
parent0d611f1188edc7b8f9da7935e21865fb49163a14 (diff)
parentfd58bef978feaef4c5f56334581d9d50eabc270f (diff)
downloadrabbitmq-server-git-98d1423b60938225c7e0797a5b191928193bfa82.tar.gz
merge bug21189 into default
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b7b45e4849..9c372a28b7 100644
--- a/Makefile
+++ b/Makefile
@@ -66,13 +66,13 @@ $(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script: $(EBIN_DIR)/rabbit.app $(EBIN
dialyze: $(BEAM_TARGETS)
dialyzer -c $?
-clean: cleandb
+clean:
rm -f $(EBIN_DIR)/*.beam
rm -f $(EBIN_DIR)/rabbit.app $(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script
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 ###################