|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 15/28] Use configure --libexecdir=BASEDIR to set LIBEXEC
On Tue, Sep 30, Ian Campbell wrote:
> On Thu, 2014-09-25 at 17:20 +0200, Olaf Hering wrote:
> > diff --git a/tools/Makefile b/tools/Makefile
> > index 00f539a..284b73e 100644
> > --- a/tools/Makefile
> > +++ b/tools/Makefile
> > @@ -86,7 +86,7 @@ uninstall:
> > rm -rf $(D)$(LIBDIR)/libxenstore* $(D)$(LIBDIR)/libxlutil*
> > rm -rf $(D)$(LIBDIR)/python/xen $(D)$(LIBDIR)/python/grub
> > rm -rf $(D)$(LIBDIR)/xen/
> > - rm -rf $(D)$(LIBEXEC)/xen*
> > + rm -rf $(D)$(LIBEXEC)
>
> Won't this erase ${exec_prefix}/lib? (rather than the xen subtree)?
No, the internal variable LIBEXEC has to include the subdir name "xen",
otherwise everything would end up in "/usr/lib". An earlier patch in
series adds this change:
config/Paths.mk.in:LIBEXEC := $(libexecdir)/$(PACKAGE_TARNAME)
Olaf
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |