summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-13 14:37:03 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2015-10-20 11:10:48 +0200
commit7c42ea28ea3b4f507a0bbab9980f99eccfea1474 (patch)
treeb400ae7801aff606e79b104556a4bb1dc8fde426 /Makefile
parentf533f02539e73eb2faed1f4f91e17e74728d73da (diff)
downloadrabbitmq-server-git-7c42ea28ea3b4f507a0bbab9980f99eccfea1474.tar.gz
Allow to specify temporary $(PLUGINS)
This is useful when a user wants to start a broker with a temporary list of plugins. The name of the Erlang application must be used (ie. the same as the name in erlang.mk), not the name of the repository. For example: make run-broker PLUGINS="rabbitmq_shovel rabbitmq_shovel_management"
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ecd9fd15cd..b65edac11f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PROJECT = rabbit
VERSION ?= $(call get_app_version,src/$(PROJECT).app.src)
-DEPS = rabbit_common
+DEPS = rabbit_common $(PLUGINS)
SRCDIST_DEPS ?= rabbitmq_shovel