Skip to content

Commit

Permalink
8146977: Move the output "Building configuration X (matching Y)" to l…
Browse files Browse the repository at this point in the history
…ower log level

Reviewed-by: erikj
  • Loading branch information
ihse committed Dec 4, 2017
1 parent fcfa246 commit cada667
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion make/InitSupport.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,9 @@ ifeq ($(HAS_SPEC),)
# generated files.
ifeq ($$(MAKE_RESTARTS),)
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
$$(info Building these configurations (matching CONF=$$(CONF)):)
$$(foreach var, $$(matching_confs), $$(info * $$(var)))
Expand Down

0 comments on commit cada667

Please sign in to comment.