From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 0/7] tools: remove private Makefile variables Date: Wed, 6 May 2015 13:37:59 +0200 Message-ID: <20150506113759.GA8478@aepfle.de> References: <1429871134-16719-1-git-send-email-olaf@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org 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