]> xenbits.xensource.com Git - people/dariof/xen.git/commitdiff
build: Help attempts to syntax highlight Config.mk
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 21 Feb 2018 17:58:04 +0000 (17:58 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 23 Feb 2018 13:23:43 +0000 (13:23 +0000)
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 <andrew.cooper3@citrix.com>
Acked-by: George Dunlap <george.dunlap@citrix.com>
Config.mk

index 037e51620943f9a76b208ce03a7c5db965d0d022..c6f0df928a56aa5619279de99376fdde7123296b 100644 (file)
--- 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)