From: Ian Jackson Date: Fri, 20 Mar 2009 15:58:24 +0000 (+0000) Subject: xen-setup-stubdom: Actually plumb through XEN_ROOT X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3767227eb6c3f2a4044141595a295fa481f00f25;p=xenclient%2Fioemu.git xen-setup-stubdom: Actually plumb through XEN_ROOT We need to explicitly pass XEN_ROOT into the generated config-host.mak. Signed-off-by: Ian Jackson --- diff --git a/xen-setup-stubdom b/xen-setup-stubdom index 24f91f39..741f6c6e 100755 --- a/xen-setup-stubdom +++ b/xen-setup-stubdom @@ -74,7 +74,17 @@ BUILD_DOCS=no CONFIG_AIO=no TOOLS= QEMU_ROOT ?= `pwd` +END + +if [ "x$XEN_ROOT" != x ]; then + echo "XEN_ROOT=$XEN_ROOT" >>config-host.mak.new +else + cat >>config-host.mak.new <>config-host.mak.new include \$(XEN_ROOT)/tools/Rules.mk SUBDIR_RULES=subdir-\$(TARGET_DIRS) subdir-\$(TARGET_DIRS): libqemu_common.a