From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] config: generate Paths-$SUBSYSTEM.mk Date: Tue, 5 May 2015 12:42:21 +0100 Message-ID: <1430826141.2660.53.camel@citrix.com> References: <1429780223-10846-1-git-send-email-wei.liu2@citrix.com> <1429784103.12403.2.camel@citrix.com> <20150423102118.GA21871@zion.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150423102118.GA21871@zion.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: Wei Liu Cc: Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-04-23 at 11:21 +0100, Wei Liu wrote: > On Thu, Apr 23, 2015 at 11:15:03AM +0100, Ian Campbell wrote: > > On Thu, 2015-04-23 at 10:10 +0100, Wei Liu wrote: > > > ... so that we can run ./configure in each subsystem. > > > > > > Make inclusion of Paths-*.mk mandatory. > > > > Having done that does the Makefile machinery which prints the "You need > > to run configure message" still work? (That's the main reason some > > includes are optional AFAIR) > > > > Tools subsystem is the only one that has this machinery. And it still > works because it's checking for Tools.mk. Super, with .gitignore updated: Acked-by: Ian Campbell