From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH 11/28] tools: substitute bindir instead of BINDIR Date: Tue, 30 Sep 2014 17:04:14 +0100 Message-ID: <1412093054.31276.26.camel@citrix.com> References: <1411658423-18877-1-git-send-email-olaf@aepfle.de> <1411658423-18877-12-git-send-email-olaf@aepfle.de> <1412092287.31276.11.camel@citrix.com> <20140930155538.GA11853@aepfle.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20140930155538.GA11853@aepfle.de> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Olaf Hering Cc: Wei Liu , xen-devel@lists.xen.org, Ian Jackson , Stefano Stabellini List-Id: xen-devel@lists.xenproject.org On Tue, 2014-09-30 at 17:55 +0200, Olaf Hering wrote: > On Tue, Sep 30, Ian Campbell wrote: > > > On Thu, 2014-09-25 at 17:20 +0200, Olaf Hering wrote: > > > +SBINDIR := $(sbindir) > > > +BINDIR := $(bindir) > > You switch all the users of these to the lower case version, don't you? > > Or only partially perhaps? > > Just the users in this file. Doing the conversion tree-wide, removing > BINDIR/SBINDIR, can be done after 4.5. OK. Akced-by: Ian Campbell