[klibc] [PATCH 3/4] use more consistent quoting

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


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 48c8b07bba98..ce6e4bbd599a 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)' >> $@
-- 
2.16.1.291.g4437f3f132-goog



More information about the klibc mailing list