[libvirt] [PATCH] src: Remove $(builddir) usage
Andrea Bolognani
abologna at redhat.com
Fri Oct 9 12:42:47 UTC 2015
On Fri, 2015-10-09 at 14:26 +0200, Martin Kletzander wrote:
> You could've also define the builddir at the top of the makefile as
> we
> do for abs_ variants of variables for older auto* which don't have
> them. Look at me, I'm saying it like there's a difference.
The value of $(abs_*dir) is actually dynamic, while $(builddir)
is always '.' - the variable itself has been added just for
consistency with $(srcdir).
In the end there are about a dozen ways to go about it, and
they all result in the same exact output, so I just picked
the one that I liked better ;)
> ACK either way ;)
Pushed, thanks!
--
Andrea Bolognani
Software Engineer - Virtualization Team
More information about the libvir-list
mailing list