search for: e62c3f1

Displaying 1 result from an estimated 1 matches for "e62c3f1".

Did you mean: e62c3f12
2019 Jan 18
0
[klibc:master] remove some 'make -s' build spew
...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 $@'...