Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Alexandre Chartre and committed by
Peter Zijlstra
f348a44c 59953303

+3 -1
+3 -1
tools/build/Makefile.feature
··· 315 315 316 316 ifeq ($(FEATURE_DISPLAY_DEFERRED),) 317 317 $(call feature_display_entries) 318 - $(info ) 318 + ifeq ($(feature_display),1) 319 + $(info ) 320 + endif 319 321 endif