From: Andrew Cooper Date: Wed, 21 Feb 2018 17:58:04 +0000 (+0000) Subject: build: Help attempts to syntax highlight Config.mk X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=7ed8612e6fa1903004e24effbf4cf4de285d69f2;p=people%2Froyger%2Fxen.git build: Help attempts to syntax highlight Config.mk Some attempts to syntax highlight Config.mk end up thinking that most of Config.mk is a string, due to the unbalanced squote. Provide a balancing squote in a comment to compensate. No functional change. Signed-off-by: Andrew Cooper Acked-by: George Dunlap --- diff --git a/Config.mk b/Config.mk index 037e516209..c6f0df928a 100644 --- a/Config.mk +++ b/Config.mk @@ -7,6 +7,7 @@ endif # Convenient variables comma := , squote := ' +#' Balancing squote, to help syntax highlighting empty := space := $(empty) $(empty)