We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee079d1 commit 41f18f0Copy full SHA for 41f18f0
make/InitSupport.gmk
@@ -279,7 +279,9 @@ ifeq ($(HAS_SPEC),)
279
# generated files.
280
ifeq ($$(MAKE_RESTARTS),)
281
ifeq ($$(words $$(matching_confs)), 1)
282
- $$(info Building configuration '$$(matching_confs)' (matching CONF=$$(CONF)))
+ ifneq ($$(findstring $$(LOG_LEVEL), info debug trace),)
283
+ $$(info Building configuration '$$(matching_confs)' (matching CONF=$$(CONF)))
284
+ endif
285
else
286
$$(info Building these configurations (matching CONF=$$(CONF)):)
287
$$(foreach var, $$(matching_confs), $$(info * $$(var)))
0 commit comments