Update rabbitmq-components.mk
This commit is contained in:
parent
a753e6460c
commit
87e18dd850
|
@ -322,15 +322,15 @@ prepare-dist::
|
||||||
|
|
||||||
ifneq ($(wildcard ../../UMBRELLA.md),)
|
ifneq ($(wildcard ../../UMBRELLA.md),)
|
||||||
UNDER_UMBRELLA = 1
|
UNDER_UMBRELLA = 1
|
||||||
|
DEPS_DIR ?= $(abspath ..)
|
||||||
|
else ifneq ($(wildcard ../../../../UMBRELLA.md),)
|
||||||
|
UNDER_UMBRELLA = 1
|
||||||
|
DEPS_DIR ?= $(abspath ../../..)
|
||||||
else ifneq ($(wildcard UMBRELLA.md),)
|
else ifneq ($(wildcard UMBRELLA.md),)
|
||||||
UNDER_UMBRELLA = 1
|
UNDER_UMBRELLA = 1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(UNDER_UMBRELLA),1)
|
ifeq ($(UNDER_UMBRELLA),1)
|
||||||
ifneq ($(PROJECT),rabbitmq_public_umbrella)
|
|
||||||
DEPS_DIR ?= $(abspath ..)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq ($(filter distclean distclean-deps,$(MAKECMDGOALS)),)
|
ifneq ($(filter distclean distclean-deps,$(MAKECMDGOALS)),)
|
||||||
SKIP_DEPS = 1
|
SKIP_DEPS = 1
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue