make/InitSupport.gmk
changeset 48057 56d3576aadd5
parent 47956 72a474c85aee
child 48907 c38163717870
equal deleted inserted replaced
48056:ee64cb4455a9 48057:56d3576aadd5
   277         else
   277         else
   278           # Don't repeat this output on make restarts caused by including
   278           # Don't repeat this output on make restarts caused by including
   279           # generated files.
   279           # generated files.
   280           ifeq ($$(MAKE_RESTARTS),)
   280           ifeq ($$(MAKE_RESTARTS),)
   281             ifeq ($$(words $$(matching_confs)), 1)
   281             ifeq ($$(words $$(matching_confs)), 1)
   282               $$(info Building configuration '$$(matching_confs)' (matching CONF=$$(CONF)))
   282               ifneq ($$(findstring $$(LOG_LEVEL), info debug trace),)
       
   283                 $$(info Building configuration '$$(matching_confs)' (matching CONF=$$(CONF)))
       
   284               endif
   283             else
   285             else
   284               $$(info Building these configurations (matching CONF=$$(CONF)):)
   286               $$(info Building these configurations (matching CONF=$$(CONF)):)
   285               $$(foreach var, $$(matching_confs), $$(info * $$(var)))
   287               $$(foreach var, $$(matching_confs), $$(info * $$(var)))
   286             endif
   288             endif
   287           endif
   289           endif