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

Commit 9e8f44b

Browse files
committed
Update rabbitmq-components.mk
1 parent 379df9f commit 9e8f44b

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

rabbitmq-components.mk

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ prepare-dist::
303303
@:
304304

305305
# --------------------------------------------------------------------
306-
# rabbitmq-components.mk checks.
306+
# Umbrella-specific settings.
307307
# --------------------------------------------------------------------
308308

309309
# If this project is under the Umbrella project, we override $(DEPS_DIR)
@@ -325,28 +325,3 @@ ifneq ($(filter distclean distclean-deps,$(MAKECMDGOALS)),)
325325
SKIP_DEPS = 1
326326
endif
327327
endif
328-
329-
UPSTREAM_RMQ_COMPONENTS_MK = $(DEPS_DIR)/rabbit_common/mk/rabbitmq-components.mk
330-
331-
ifeq ($(PROJECT),rabbit_common)
332-
check-rabbitmq-components.mk:
333-
@:
334-
else
335-
check-rabbitmq-components.mk:
336-
$(verbose) cmp -s rabbitmq-components.mk \
337-
$(UPSTREAM_RMQ_COMPONENTS_MK) || \
338-
(echo "error: rabbitmq-components.mk must be updated!" 1>&2; \
339-
false)
340-
endif
341-
342-
ifeq ($(PROJECT),rabbit_common)
343-
rabbitmq-components-mk:
344-
@:
345-
else
346-
rabbitmq-components-mk:
347-
$(gen_verbose) cp -a $(UPSTREAM_RMQ_COMPONENTS_MK) .
348-
ifeq ($(DO_COMMIT),yes)
349-
$(verbose) git diff --quiet rabbitmq-components.mk \
350-
|| git commit -m 'Update rabbitmq-components.mk' rabbitmq-components.mk
351-
endif
352-
endif

0 commit comments

Comments
 (0)