Re: [Xen-devel] [PATCH 0/7] tools: remove private Makefile variables

2015-05-07 Thread Olaf Hering
On Wed, May 06, George Dunlap wrote: > On Fri, Apr 24, 2015 at 11:25 AM, Olaf Hering wrote: > > Replace all private variables in Makefiles with automake variables. > > This series is based on 92ff75384bce7a11e27fbfaf0c531e88dd1ab4c7. > > Why? Thanks for your reply. The rationale comes from the

Re: [Xen-devel] [PATCH 0/7] tools: remove private Makefile variables

2015-05-06 Thread George Dunlap
On 05/06/2015 12:37 PM, Olaf Hering wrote: > On Wed, May 06, George Dunlap wrote: > >> On Fri, Apr 24, 2015 at 11:25 AM, Olaf Hering wrote: >>> Replace all private variables in Makefiles with automake variables. >>> This series is based on 92ff75384bce7a11e27fbfaf0c531e88dd1ab4c7. >> >> Why? > >

Re: [Xen-devel] [PATCH 0/7] tools: remove private Makefile variables

2015-05-06 Thread Ian Campbell
On Wed, 2015-05-06 at 13:37 +0200, Olaf Hering wrote: > On Wed, May 06, George Dunlap wrote: > > > On Fri, Apr 24, 2015 at 11:25 AM, Olaf Hering wrote: > > > Replace all private variables in Makefiles with automake variables. > > > This series is based on 92ff75384bce7a11e27fbfaf0c531e88dd1ab4c7.

Re: [Xen-devel] [PATCH 0/7] tools: remove private Makefile variables

2015-05-06 Thread Olaf Hering
On Wed, May 06, George Dunlap wrote: > On Fri, Apr 24, 2015 at 11:25 AM, Olaf Hering wrote: > > Replace all private variables in Makefiles with automake variables. > > This series is based on 92ff75384bce7a11e27fbfaf0c531e88dd1ab4c7. > > Why? Why use private variables? Olaf __

Re: [Xen-devel] [PATCH 0/7] tools: remove private Makefile variables

2015-05-06 Thread George Dunlap
On Fri, Apr 24, 2015 at 11:25 AM, Olaf Hering wrote: > Replace all private variables in Makefiles with automake variables. > This series is based on 92ff75384bce7a11e27fbfaf0c531e88dd1ab4c7. Why? -George ___ Xen-devel mailing list Xen-devel@lists.xen

[Xen-devel] [PATCH 0/7] tools: remove private Makefile variables

2015-04-24 Thread Olaf Hering
Replace all private variables in Makefiles with automake variables. This series is based on 92ff75384bce7a11e27fbfaf0c531e88dd1ab4c7. Olaf Olaf Hering (7): tools: replace private SBINDIR with automake sbindir tools: replace private BINDIR with automake bindir tools: replace private PREFIX w