[PATCH v4 30/31] tools/libs: add option for library names not starting with libxen

2020-08-28 Thread Juergen Gross
libxlutil doesn't follow the standard name pattern of all other Xen libraries, so add another make variable which can be used to allow other names. Signed-off-by: Juergen Gross --- tools/Rules.mk | 3 ++- tools/libs/libs.mk | 41 + 2 files changed, 23

Re: [PATCH v4 30/31] tools/libs: add option for library names not starting with libxen

2020-08-28 Thread Wei Liu
On Fri, Aug 28, 2020 at 05:07:46PM +0200, Juergen Gross wrote: > libxlutil doesn't follow the standard name pattern of all other Xen > libraries, so add another make variable which can be used to allow > other names. > > Signed-off-by: Juergen Gross Is this still needed? Wei.

Re: [PATCH v4 30/31] tools/libs: add option for library names not starting with libxen

2020-08-28 Thread Jürgen Groß
On 28.08.20 18:00, Wei Liu wrote: On Fri, Aug 28, 2020 at 05:07:46PM +0200, Juergen Gross wrote: libxlutil doesn't follow the standard name pattern of all other Xen libraries, so add another make variable which can be used to allow other names. Signed-off-by: Juergen Gross Is this still need

Re: [PATCH v4 30/31] tools/libs: add option for library names not starting with libxen

2020-10-01 Thread Wei Liu
On Sat, Aug 29, 2020 at 06:38:40AM +0200, Jürgen Groß wrote: > On 28.08.20 18:00, Wei Liu wrote: > > On Fri, Aug 28, 2020 at 05:07:46PM +0200, Juergen Gross wrote: > > > libxlutil doesn't follow the standard name pattern of all other Xen > > > libraries, so add another make variable which can be us