mirror of https://github.com/torvalds/linux.git
tool build: Remove annoying newline in build output
Remove the newline which is printed during feature discovery when nothing else is printed. Signed-off-by: Alexandre Chartre <alexandre.chartre@oracle.com> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Josh Poimboeuf <jpoimboe@kernel.org> Link: https://patch.msgid.link/20251121095340.464045-5-alexandre.chartre@oracle.com
This commit is contained in:
parent
5995330382
commit
f348a44c10
|
|
@ -315,5 +315,7 @@ endef
|
|||
|
||||
ifeq ($(FEATURE_DISPLAY_DEFERRED),)
|
||||
$(call feature_display_entries)
|
||||
$(info )
|
||||
ifeq ($(feature_display),1)
|
||||
$(info )
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue