Update rabbitmq-components.mk
This commit is contained in:
parent
a72920cea7
commit
6017ad84a3
|
|
@ -91,6 +91,11 @@ RABBITMQ_COMPONENTS = amqp_client \
|
||||||
rabbitmq_web_stomp_examples \
|
rabbitmq_web_stomp_examples \
|
||||||
rabbitmq_website
|
rabbitmq_website
|
||||||
|
|
||||||
|
# Several components have a custom erlang.mk/build.config, mainly
|
||||||
|
# to disable eunit. Therefore, we can't use the top-level project's
|
||||||
|
# erlang.mk copy.
|
||||||
|
NO_AUTOPATCH += $(RABBITMQ_COMPONENTS)
|
||||||
|
|
||||||
ifeq ($(origin current_rmq_ref),undefined)
|
ifeq ($(origin current_rmq_ref),undefined)
|
||||||
ifneq ($(wildcard .git),)
|
ifneq ($(wildcard .git),)
|
||||||
current_rmq_ref := $(shell \
|
current_rmq_ref := $(shell \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue