From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Luis R. Rodriguez" Subject: Re: [PATCH v8 3/6] autoconf: xen: move standard path variables to config/Paths.mk.in Date: Tue, 23 Sep 2014 09:55:36 +0200 Message-ID: <20140923075536.GA17349@wotan.suse.de> References: <1406340860-8547-1-git-send-email-mcgrof@do-not-panic.com> <1406340860-8547-4-git-send-email-mcgrof@do-not-panic.com> <1407162608.30756.7.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1XWKwl-0005cy-93 for xen-devel@lists.xenproject.org; Tue, 23 Sep 2014 07:55:39 +0000 Content-Disposition: inline In-Reply-To: <1407162608.30756.7.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell Cc: Keir Fraser , "Luis R. Rodriguez" , Tim Deegan , Ian Jackson , Jan Beulich , Samuel Thibault , xen-devel@lists.xenproject.org List-Id: xen-devel@lists.xenproject.org On Mon, Aug 04, 2014 at 03:30:08PM +0100, Ian Campbell wrote: > On Fri, 2014-07-25 at 19:14 -0700, Luis R. Rodriguez wrote: > > > +PRIVATE_PREFIX := @PRIVATE_PREFIX@ > > +PRIVATE_PREFIX := @PKG_XEN_PREFIX@ > > This is here twice. Is one of these lines wrong or redundant? Please > post an update ASAP. Sorry for the delay, will post fix now. > PKG_XEN_PREFIX seems to be something which is only used here and in > m4/paths.m4. Perhaps it should be removed? Indeed. That's what we'll do. Luis