projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8a6a8b
)
stubdom: Use matching quotes in error message
author
Andrew Cooper
<andrew.cooper3@citrix.com>
Wed, 13 May 2020 12:07:53 +0000
(13:07 +0100)
committer
Andrew Cooper
<andrew.cooper3@citrix.com>
Wed, 13 May 2020 19:33:42 +0000
(20:33 +0100)
This prevents syntax highlighting from believing the rest of the file is a
string.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Julien Grall <jgrall@amazon.com>
stubdom/Makefile
patch
|
blob
|
history
diff --git
a/stubdom/Makefile
b/stubdom/Makefile
index 8cf7131c6a7c760f91d908db8030f3ec7e703fac..12aa211ac3159ad748c35f7c9eb76658e09a205c 100644
(file)
--- a/
stubdom/Makefile
+++ b/
stubdom/Makefile
@@
-16,7
+16,7
@@
CFLAGS += -O1 -fno-omit-frame-pointer
ifeq (,$(findstring clean,$(MAKECMDGOALS)))
ifeq ($(wildcard $(MINI_OS)/Config.mk),)
- $(error Please run
`
make mini-os-dir' in top-level directory)
+ $(error Please run
'
make mini-os-dir' in top-level directory)
endif
include $(XEN_ROOT)/Config.mk
endif