From: Stefano Stabellini Date: Tue, 13 Sep 2011 14:46:47 +0000 (+0100) Subject: fix the build when CONFIG_QEMU is specified by the user X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~9899 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2093b2b5db510fbfac4417326f8cbf16a2896abe;p=xen.git fix the build when CONFIG_QEMU is specified by the user Signed-off-by: Stefano Stabellini Committed-by: Stefano Stabellini --- 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