|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] libxc/Makefile's VPATH issue
On 9/6/08 11:42, "Samuel Thibault" <samuel.thibault@xxxxxxxxxxxxx> wrote:
> Hello,
>
> c/s 17138 introduced the use of VPATH instead of symlinks to access to
> libelf files. However, that not only provides access to .c files, but
> also to .o files. That means that if one compiles the hypervisor before
> the tools, libxenguest.a contains .o files intended to the hypervisor,
> containing references to printk, etc. and thus is unusable.
You mean c/s 16891?
> Is there a good reason against reverting to symlinks, or maybe another
> way to achieve the same?
vpath %.c ../../xen/common/libelf
Perhaps?
-- Keir
> Samuel
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|