summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rabbitmq-components.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk
index 88883438d7..a5ab0ace11 100644
--- a/rabbitmq-components.mk
+++ b/rabbitmq-components.mk
@@ -214,8 +214,11 @@ endif
# --------------------------------------------------------------------
ifeq ($(PROJECT),rabbit_common)
+else ifdef SKIP_RMQCOMP_CHECK
else ifeq ($(IS_DEP),1)
+else ifneq ($(filter co up,$(MAKECMDGOALS)),)
else
+# In all other cases, rabbitmq-components.mk must be in sync.
deps:: check-rabbitmq-components.mk
fetch-deps: check-rabbitmq-components.mk
endif