diff options
| author | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-13 14:37:03 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-10-20 11:10:48 +0200 |
| commit | 7c42ea28ea3b4f507a0bbab9980f99eccfea1474 (patch) | |
| tree | b400ae7801aff606e79b104556a4bb1dc8fde426 /Makefile | |
| parent | f533f02539e73eb2faed1f4f91e17e74728d73da (diff) | |
| download | rabbitmq-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
