Skip to content

Commit d24315d

Browse files
committed
rabbitmq-dist.mk: Install CLI scripts as part of the build
... instead of the `dist` target. [Why] We already do that when building tests. Thus it is more consistent to do the same. Also, it makes sense to ensure everything is ready before the `dist` step. For instance, an Erlang release would not depend on the `dist` target, just the build and it would still need the CLI to be ready.
1 parent 7aaaf2f commit d24315d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit_common/mk/rabbitmq-dist.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ CLI_SCRIPTS_LOCK = $(CLI_SCRIPTS_DIR).lock
215215
CLI_ESCRIPTS_LOCK = $(CLI_ESCRIPTS_DIR).lock
216216

217217
ifneq ($(filter-out rabbit_common amqp10_common rabbitmq_stream_common,$(PROJECT)),)
218-
dist:: install-cli
218+
app:: install-cli
219219
test-build:: install-cli
220220
endif
221221

0 commit comments

Comments
 (0)