[klibc] [klibc:master] use more consistent quoting

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


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

[klibc] use more consistent quoting

Signed-off-by: Greg Thelen <gthelen at google.com>
Link: https://www.zytor.com/pipermail/klibc/2018-February/003978.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 48c8b07..ce6e4bb 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     $@"
+	@echo '  GEN     $@'
 	$(Q)rm -f $@
 	$(Q)echo 'ARCH=$(KLIBCARCH)' >> $@
 	$(Q)echo 'ARCHDIR=$(KLIBCARCHDIR)' >> $@


More information about the klibc mailing list