Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Commit 590da75

Browse files
committed
Update rabbitmq-components.mk
1 parent 2aa8452 commit 590da75

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

rabbitmq-components.mk

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,15 @@ RABBITMQ_COMPONENTS = amqp_client \
184184
rabbitmq_web_stomp_examples \
185185
rabbitmq_website
186186

187+
# Erlang.mk does not rebuild dependencies by default, once they were
188+
# compiled once, except for those listed in the `$(FORCE_REBUILD)`
189+
# variable.
190+
#
191+
# We want all RabbitMQ components to always be rebuilt: this eases
192+
# the work on several components at the same time.
193+
194+
FORCE_REBUILD = $(RABBITMQ_COMPONENTS)
195+
187196
# Several components have a custom erlang.mk/build.config, mainly
188197
# to disable eunit. Therefore, we can't use the top-level project's
189198
# erlang.mk copy.

0 commit comments

Comments
 (0)