8146977: Move the output "Building configuration X (matching Y)" to lower log level
Reviewed-by: erikj
This commit is contained in:
parent
426fdea0d6
commit
7fd078b144
@ -279,7 +279,9 @@ ifeq ($(HAS_SPEC),)
|
|||||||
# generated files.
|
# generated files.
|
||||||
ifeq ($$(MAKE_RESTARTS),)
|
ifeq ($$(MAKE_RESTARTS),)
|
||||||
ifeq ($$(words $$(matching_confs)), 1)
|
ifeq ($$(words $$(matching_confs)), 1)
|
||||||
$$(info Building configuration '$$(matching_confs)' (matching CONF=$$(CONF)))
|
ifneq ($$(findstring $$(LOG_LEVEL), info debug trace),)
|
||||||
|
$$(info Building configuration '$$(matching_confs)' (matching CONF=$$(CONF)))
|
||||||
|
endif
|
||||||
else
|
else
|
||||||
$$(info Building these configurations (matching CONF=$$(CONF)):)
|
$$(info Building these configurations (matching CONF=$$(CONF)):)
|
||||||
$$(foreach var, $$(matching_confs), $$(info * $$(var)))
|
$$(foreach var, $$(matching_confs), $$(info * $$(var)))
|
||||||
|
Loading…
Reference in New Issue
Block a user