All of lore.kernel.org
 help / color / mirror / Atom feed
From: Samuel Thibault <samuel.thibault@eu.citrix.com>
To: Keir Fraser <keir.fraser@eu.citrix.com>
Cc: Xen-devel@lists.xensource.com
Subject: Re: libxc/Makefile's VPATH issue
Date: Mon, 9 Jun 2008 11:58:43 +0100	[thread overview]
Message-ID: <20080609105843.GL4264@implementation.uk.xensource.com> (raw)
In-Reply-To: <C472CA60.21C43%keir.fraser@eu.citrix.com>

Keir Fraser, le Mon 09 Jun 2008 11:54:08 +0100, a écrit :
> On 9/6/08 11:42, "Samuel Thibault" <samuel.thibault@eu.citrix.com> wrote:
> > 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?

Oops, yes, sorry, I was looking in my own tree.

> > Is there a good reason against reverting to symlinks, or maybe another
> > way to achieve the same?
> 
> vpath %.c ../../xen/common/libelf
> 
> Perhaps?

It does work indeed.  I guess we already depend on possibly GNU-only
features anyway?

Samuel

  reply	other threads:[~2008-06-09 10:58 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-09 10:42 libxc/Makefile's VPATH issue Samuel Thibault
2008-06-09 10:54 ` Keir Fraser
2008-06-09 10:58   ` Samuel Thibault [this message]
2008-06-09 13:14     ` John Levon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080609105843.GL4264@implementation.uk.xensource.com \
    --to=samuel.thibault@eu.citrix.com \
    --cc=Xen-devel@lists.xensource.com \
    --cc=keir.fraser@eu.citrix.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.