From 4793b742b506a49be60cfc23669749c68b1e68b1 Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Mon, 9 Sep 2019 22:33:30 +0200 Subject: [PATCH] base.omk: need to process given pass can be specified by variable _REQUIRED . Signed-off-by: Pavel Pisa --- snippets/base.omk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/base.omk b/snippets/base.omk index e4e75be..bd029e6 100644 --- a/snippets/base.omk +++ b/snippets/base.omk @@ -261,7 +261,7 @@ $(pass): $(pass)-submakes: @true # Do not emit "nothing to be done" messages -ifneq ($(4)$($(pass)_HOOKS),) +ifneq ($(4)$($(pass)_HOOKS)$($(pass)_REQUIRED),) $(pass)-submakes: $(pass)-this-dir $(pass)-this-dir: $(foreach subdir,$(SUBDIRS),$(pass)-$(subdir)-subdir) +@echo "make[omk]: $(pass) in $(RELATIVE_DIR)" -- 2.39.2