|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen 4.1.0 rc1 build problem for local CONFIG_QEMU direct
On Wed, 26 Jan 2011, Ian Jackson wrote:
M A Young writes ("Re: [Xen-devel] xen 4.1.0 rc1 build problem for local CONFIG_QEMU
directory"):
Except that (as I rather suspected) your version doesn't work. If I try
xen-4.1.0-rc2 and uncomment
CONFIG_QEMU ?= $(XEN_ROOT)/../qemu-xen.git
then (from tools/) it looks for the directory ../../qemu-xen.git (XEN_ROOT
is ../ by this point), doesn't find it and tries unsuccessfully to treat
it as a git repository, then gives up.
Oh damn. Thanks for trying it.
Does
CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)
work ?
CONFIG_QEMU ?= `pwd`/$(XEN_ROOT)/qemu-xen.git does work.
Michael Young
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|