|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] fix the build when CONFIG_QEMU is specified by the u
fix the build when CONFIG_QEMU is specified by the user
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Committed-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
diff -r e564f2f1b737 -r 51913fe3d25a scripts/git-checkout.sh
--- a/scripts/git-checkout.sh Tue Sep 13 14:52:22 2011 +0100
+++ b/scripts/git-checkout.sh Tue Sep 13 15:46:47 2011 +0100
@@ -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
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] fix the build when CONFIG_QEMU is specified by the user,
Stefano Stabellini <=
|
|
|
|
|