# HG changeset patch # User ihse # Date 1512411177 -3600 # Node ID 56d3576aadd57ecd6043cc2a43c63377812c9369 # Parent ee64cb4455a9bbc2548d0b7f98b8eee2110b44aa 8146977: Move the output "Building configuration X (matching Y)" to lower log level Reviewed-by: erikj diff -r ee64cb4455a9 -r 56d3576aadd5 make/InitSupport.gmk --- a/make/InitSupport.gmk Mon Dec 04 19:10:15 2017 +0100 +++ b/make/InitSupport.gmk Mon Dec 04 19:12:57 2017 +0100 @@ -279,7 +279,9 @@ # 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)))