aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorStefano Stabellini <sstabellini@xensource.com>2011-09-13 15:46:47 +0100
committerStefano Stabellini <sstabellini@xensource.com>2011-09-13 15:46:47 +0100
commit2093b2b5db510fbfac4417326f8cbf16a2896abe (patch)
treef2a349a39d5fd15dcfd5d20db277f375cdec2390 /scripts
parentbcbf8c5464ab321e9dc80b0c56d55f4945e4a2fc (diff)
downloadxen-2093b2b5db510fbfac4417326f8cbf16a2896abe.tar.gz
xen-2093b2b5db510fbfac4417326f8cbf16a2896abe.tar.bz2
xen-2093b2b5db510fbfac4417326f8cbf16a2896abe.zip
fix the build when CONFIG_QEMU is specified by the user
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com> Committed-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/git-checkout.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/git-checkout.sh b/scripts/git-checkout.sh
index aec1aad963..dd6c74efdd 100755
--- a/scripts/git-checkout.sh
+++ b/scripts/git-checkout.sh
@@ -30,7 +30,7 @@ set -e
cd $DIR
# is this qemu-xen-traditional?
if test -f $ROOT/xen-setup; then
- $ROOT/xen-setup $IOEMU_CONFIGURE_CROSS
+ QEMU_ROOT=$ROOT $ROOT/xen-setup $IOEMU_CONFIGURE_CROSS
# is this qemu-xen?
elif test -f $ROOT/configure; then
cd $ROOT