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)))