summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Jones <paulj@lshift.net>2009-09-21 08:21:34 +0100
committerPaul Jones <paulj@lshift.net>2009-09-21 08:21:34 +0100
commit4de0062ea6f12152e1db00373c1773d38109457f (patch)
tree0bc697d1d9111542681aab3055507cb99d71dbe6 /Makefile
parent5ed1782eda1ef139a807cbce2a99af44eefe3835 (diff)
downloadrabbitmq-server-git-4de0062ea6f12152e1db00373c1773d38109457f.tar.gz
Removed unused .boot generation target; added rabbit.rel to list of files removed on clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index f070275681..a94406a38b 100644
--- a/Makefile
+++ b/Makefile
@@ -57,15 +57,12 @@ $(INCLUDE_DIR)/rabbit_framing.hrl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_codegen.p
$(SOURCE_DIR)/rabbit_framing.erl: codegen.py $(AMQP_CODEGEN_DIR)/amqp_codegen.py $(AMQP_SPEC_JSON_PATH)
$(PYTHON) codegen.py body $(AMQP_SPEC_JSON_PATH) $@
-$(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script: $(EBIN_DIR)/rabbit.app $(EBIN_DIR)/rabbit.rel $(TARGETS)
- erl -noshell -eval 'systools:make_script("ebin/rabbit", [{path, ["ebin"]}]), halt().'
-
dialyze: $(BEAM_TARGETS)
dialyzer -c $?
clean:
rm -f $(EBIN_DIR)/*.beam
- rm -f $(EBIN_DIR)/rabbit.app $(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script
+ rm -f $(EBIN_DIR)/rabbit.app $(EBIN_DIR)/rabbit.boot $(EBIN_DIR)/rabbit.script $(EBIN_DIR)/rabbit.rel
rm -f $(INCLUDE_DIR)/rabbit_framing.hrl $(SOURCE_DIR)/rabbit_framing.erl codegen.pyc
rm -f docs/*.[0-9].gz