summaryrefslogtreecommitdiff
path: root/Config.mk
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@suse.com>2019-11-29 17:10:00 +0100
committerJan Beulich <jbeulich@suse.com>2019-11-29 17:10:00 +0100
commitd0d72e60f5fe2debf862cb2c3455777c240c5dcc (patch)
tree9b568d38d86028690245bf261e874b0340725c97 /Config.mk
parent0ef3ad971275c30355245299998faddfada51726 (diff)
downloadxen-d0d72e60f5fe2debf862cb2c3455777c240c5dcc.tar.gz
x86: fix clang .macro retention check
There were two problems here: The first closing parentheses got parsed by make to end the $(call invocation, and the escaping of the quotes wasn't right either, as there's nowhere they would get un-escaped. Furthermore there appears to be a puzzling problem with \n getting expanded to an actual newline too early in some environments. Convert these to semicolons at the same time. Signed-off-by: Jan Beulich <jbeulich@suse.com> Tested-by: Roger Pau Monné <roger.pau@citrix.com> [On FreeBSD and Debian 9.5] Reviewed-by: Roger Pau Monné <roger.pau@citrix.com> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Config.mk b/Config.mk
index 0fa4591379..4735a1bfd0 100644
--- a/Config.mk
+++ b/Config.mk
@@ -6,6 +6,8 @@ endif
# Convenient variables
comma := ,
+open := (
+close := )
squote := '
#' Balancing squote, to help syntax highlighting
empty :=