aboutsummaryrefslogtreecommitdiffstats
path: root/Config.mk
diff options
context:
space:
mode:
authorIan Jackson <ian.jackson@eu.citrix.com>2011-01-27 19:42:40 +0000
committerIan Jackson <ian.jackson@eu.citrix.com>2011-01-27 19:42:40 +0000
commitabf1efa40dc02ce61f2d3dc446f527fa3efd427b (patch)
tree26c7be718ee56438f91a6e870a625eb09634ebe5 /Config.mk
parente46432026803ad6f750db3b448d962dc20c656e9 (diff)
downloadxen-abf1efa40dc02ce61f2d3dc446f527fa3efd427b.tar.gz
xen-abf1efa40dc02ce61f2d3dc446f527fa3efd427b.tar.bz2
xen-abf1efa40dc02ce61f2d3dc446f527fa3efd427b.zip
Config.mk: commented-out CONFIG_QEMU example now uses `pwd`/$(XEN_ROOT)
If you actually set it to a relative path, the qemu build breaks. So this commented-out rune (an example) should arrange to be absolute. Unfortunately XEN_ROOT is itself relative so the previous attempt to fix this (22772:654563af359f) didn't work. So use `pwd`. Tested-by: M A Young <m.a.young@durham.ac.uk> Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com> Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
Diffstat (limited to 'Config.mk')
-rw-r--r--Config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Config.mk b/Config.mk
index 20a4dac40f..e0379fb3ea 100644
--- a/Config.mk
+++ b/Config.mk
@@ -182,7 +182,7 @@ endif
# Specify which qemu-dm to use. This may be `ioemu' to use the old
# Mercurial in-tree version, or a local directory, or a git URL.
-# CONFIG_QEMU ?= $(XEN_ROOT)/../qemu-xen.git
+# CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/../qemu-xen.git
CONFIG_QEMU ?= $(QEMU_REMOTE)
QEMU_TAG := xen-4.1.0-rc2