We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 092e61e commit 5b68ab6Copy full SHA for 5b68ab6
Makefile
@@ -72,6 +72,8 @@ endif
72
# gmake start-cluster NODES=3 ENABLED_PLUGINS="rabbitmq_management rabbitmq_stream rabbitmq_stream_management"
73
ENABLED_PLUGINS ?= rabbitmq_management
74
RABBITMQ_ENABLED_PLUGINS ?= $(call comma_list,$(ENABLED_PLUGINS))
75
+# This is necessary for the recursively called targets
76
+# used by `gmake start-cluster`.
77
export RABBITMQ_ENABLED_PLUGINS
78
79
include erlang.mk
0 commit comments