diff options
| author | Matthias Radestock <matthias@lshift.net> | 2009-07-20 17:12:28 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@lshift.net> | 2009-07-20 17:12:28 +0100 |
| commit | 98d1423b60938225c7e0797a5b191928193bfa82 (patch) | |
| tree | 1f120db9f94003921f63c7344a40d0f0c3a4e909 | |
| parent | 0d611f1188edc7b8f9da7935e21865fb49163a14 (diff) | |
| parent | fd58bef978feaef4c5f56334581d9d50eabc270f (diff) | |
| download | rabbitmq-server-git-98d1423b60938225c7e0797a5b191928193bfa82.tar.gz | |
merge bug21189 into default
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ################### |
