[klibc] [klibc:master] remove some 'make -s' build spew

klibc-bot for Greg Thelen gthelen at google.com
Fri Jan 18 08:42:07 PST 2019


Commit-ID:  994adfcbd9bfcb45967b834c962db20b875fbd6c
Gitweb:     http://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=994adfcbd9bfcb45967b834c962db20b875fbd6c
Author:     Greg Thelen <gthelen at google.com>
AuthorDate: Sun, 25 Feb 2018 23:16:35 -0800
Committer:  Ben Hutchings <ben at decadent.org.uk>
CommitDate: Wed, 2 Jan 2019 03:08:04 +0000

[klibc] remove some 'make -s' build spew

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

Signed-off-by: Greg Thelen <gthelen at google.com>
Link: https://www.zytor.com/pipermail/klibc/2018-February/003979.html
Signed-off-by: Ben Hutchings <ben at decadent.org.uk>

---
 klcc/Kbuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/klcc/Kbuild b/klcc/Kbuild
index ce6e4bb..e62c3f1 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)' >> $@


More information about the klibc mailing list