|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen 4.1.0 rc1 build problem for local CONFIG_QEMU direct
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 ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|