[klibc] [PATCH 4/4] remove some 'make -s' build spew

Greg Thelen gthelen at google.com
Sun Feb 25 23:16:35 PST 2018


Use $(kecho) to remove 'GEN klcc/klibc.config' log message from
'make --silent' output.

Signed-off-by: Greg Thelen <gthelen at google.com>
---
 klcc/Kbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/klcc/Kbuild b/klcc/Kbuild
index ce6e4bbd599a..e62c3f12015f 100644
--- a/klcc/Kbuild
+++ b/klcc/Kbuild
@@ -7,7 +7,7 @@ always := $(KLIBCCROSS)klcc
 $(obj)/$(KLIBCCROSS)klibc.config: $(src)/Kbuild \
 				  $(srctree)/Makefile \
                                   $(srctree)/scripts/Kbuild.klibc
-	@echo '  GEN     $@'
+	@$(kecho) '  GEN     $@'
 	$(Q)rm -f $@
 	$(Q)echo 'ARCH=$(KLIBCARCH)' >> $@
 	$(Q)echo 'ARCHDIR=$(KLIBCARCHDIR)' >> $@
-- 
2.16.1.291.g4437f3f132-goog



More information about the klibc mailing list