|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] move the call to xen-setup after libxc and xenstore are built
# HG changeset patch
# User <stefano.stabellini@xxxxxxxxxxxxx>
# Date 1327417770 0
# Node ID 905ecf8d6482cc13e31e1c6a38c691e089ec335e
# Parent f9e164f72615ffa3f47adc686496282e0463838e
move the call to xen-setup after libxc and xenstore are built
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Move the call to xen-setup, the wrapper script to configure
qemu-xen-traditional, right before building qemu-xen-traditional and
after libxc and xenstore are already built.
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson.citrix.com>
---
diff -r f9e164f72615 -r 905ecf8d6482 tools/Makefile
--- a/tools/Makefile Tue Jan 24 15:09:29 2012 +0000
+++ b/tools/Makefile Tue Jan 24 15:09:30 2012 +0000
@@ -96,10 +96,6 @@
export GIT=$(GIT); \
$(XEN_ROOT)/scripts/git-checkout.sh $(CONFIG_QEMU) $(QEMU_TAG)
qemu-xen-traditional-dir; \
fi
- set -e; \
- $(buildmakevars2shellvars); \
- cd qemu-xen-traditional-dir; \
- $(QEMU_ROOT)/xen-setup $(IOEMU_CONFIGURE_CROSS)
.PHONY: qemu-xen-traditional-dir-force-update
qemu-xen-traditional-dir-force-update:
@@ -111,6 +107,11 @@
fi
subdir-all-qemu-xen-traditional-dir subdir-install-qemu-xen-traditional-dir:
qemu-xen-traditional-dir-find
+ set -e; \
+ $(buildmakevars2shellvars); \
+ cd qemu-xen-traditional-dir; \
+ $(QEMU_ROOT)/xen-setup $(IOEMU_CONFIGURE_CROSS); \
+ $(MAKE) install
subdir-clean-qemu-xen-traditional-dir:
set -e; if test -d qemu-xen-traditional-dir/.; then \
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |