commit: https://git.buildroot.net/buildroot/commit/?id=8fef27a5207eb32c0d37c3187793659658028e7b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2021.08.x
The unmatched escaped single-quote lies in the middle of a few
function calls, so they too must be fake-closed to properly fix
colour highlighting in some editors.
Signed-off-by: Yann E. MORIN <redacted>
(cherry picked from commit cba51c7f5af35bf00a09b7035cae525f5791879c)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index beacab0661..abbeaa9fe6 100644
--- a/Makefile
+++ b/Makefile
@@ -1068,7 +1068,7 @@ printvars:
$(if $(QUOTED_VARS),\
$(info $V='$(subst ','\'',$(if $(RAW_VARS),$(value $V),$($V)))'), \
$(info $V=$(if $(RAW_VARS),$(value $V),$($V))))))
-# ' Syntax colouring...
+# ')))) # Syntax colouring...
.PHONY: clean
clean:
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot