summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-09-08 14:46:46 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit9cac28d6a7aebc0fd2c491a71f444e800ce401b8 (patch)
treebd70c7798caa58f38329516477266e0ad1d0a01c /Makefile
parentce62e5e78bc4ee8aa3f8412391bdbcc90793162c (diff)
downloadrabbitmq-server-git-9cac28d6a7aebc0fd2c491a71f444e800ce401b8.tar.gz
Update erlang.mk
Temporarily fetch it from RabbitMQ's fork on GitHub.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d939eca156..b229e0dc1d 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,12 @@ $(PROJECT).d:: $(EXTRA_SOURCES)
DEP_PLUGINS = rabbit_common/mk/rabbitmq-run.mk
+# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
+# reviewed and merged.
+
+ERLANG_MK_GIT_REPOSITORY = https://github.com/rabbitmq/erlang.mk.git
+ERLANG_MK_GIT_REF = rabbitmq-tmp
+
include erlang.mk
# --------------------------------------------------------------------