summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-05-31 11:38:20 +0200
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-05-31 11:38:20 +0200
commitdf7a84271155ecc3765c066cf35e3dccc786e31c (patch)
treee2ce742fb726a51cfaeda244aedaa01b991639c2 /Makefile
parent22ab163ddbdb254ea384c27bde3814650498c61e (diff)
downloadrabbitmq-server-git-df7a84271155ecc3765c066cf35e3dccc786e31c.tar.gz
Backport the use of rabbitmq-build.mk from master
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index c3c0df5c77..ccf1921b00 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,8 @@ EXTRA_SOURCES += $(USAGES_ERL)
.DEFAULT_GOAL = all
$(PROJECT).d:: $(EXTRA_SOURCES)
-DEP_PLUGINS = rabbit_common/mk/rabbitmq-run.mk \
+DEP_PLUGINS = rabbit_common/mk/rabbitmq-build.mk \
+ rabbit_common/mk/rabbitmq-run.mk \
rabbit_common/mk/rabbitmq-dist.mk \
rabbit_common/mk/rabbitmq-tools.mk
@@ -101,20 +102,12 @@ USE_PROPER_QC := $(shell $(ERL) -eval 'io:format({module, proper} =:= code:ensur
RMQ_ERLC_OPTS += $(if $(filter true,$(USE_PROPER_QC)),-Duse_proper_qc)
endif
-ERLC_OPTS += $(RMQ_ERLC_OPTS)
-
clean:: clean-extra-sources
clean-extra-sources:
$(gen_verbose) rm -f $(EXTRA_SOURCES)
# --------------------------------------------------------------------
-# Tests.
-# --------------------------------------------------------------------
-
-TEST_ERLC_OPTS += $(RMQ_ERLC_OPTS)
-
-# --------------------------------------------------------------------
# Documentation.
# --------------------------------------------------------------------