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
commite368db61320d50a3577723f3f7a1e13814a22c75 (patch)
tree1f120db9f94003921f63c7344a40d0f0c3a4e909
parent1ca0109a8322d8ef2e06b21c48012a7abd3e6048 (diff)
parentebe2584115d90c53b81dc467d5c0ec9bce9ac9b1 (diff)
downloadrabbitmq-server-e368db61320d50a3577723f3f7a1e13814a22c75.tar.gz
merge bug21189 into default
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b7b45e48..9c372a28 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 ###################