Skip to content

Commit 5b68ab6

Browse files
Explain #15072
1 parent 092e61e commit 5b68ab6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ endif
7272
# gmake start-cluster NODES=3 ENABLED_PLUGINS="rabbitmq_management rabbitmq_stream rabbitmq_stream_management"
7373
ENABLED_PLUGINS ?= rabbitmq_management
7474
RABBITMQ_ENABLED_PLUGINS ?= $(call comma_list,$(ENABLED_PLUGINS))
75+
# This is necessary for the recursively called targets
76+
# used by `gmake start-cluster`.
7577
export RABBITMQ_ENABLED_PLUGINS
7678

7779
include erlang.mk

0 commit comments

Comments
 (0)