From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: [PATCH 37/46] Use Paths.mk for docs, stubdom and tools build Date: Tue, 23 Sep 2014 14:55:00 +0200 Message-ID: <20140923125500.GI10033@aepfle.de> References: <1411390835-7348-1-git-send-email-olaf@aepfle.de> <1411390835-7348-38-git-send-email-olaf@aepfle.de> <1411468676.14989.74.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1411468676.14989.74.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 , David Scott , Stefano Stabellini , George Dunlap , Tim Deegan , Ian Jackson , xen-devel@lists.xen.org, Jan Beulich , Samuel Thibault List-Id: xen-devel@lists.xenproject.org On Tue, Sep 23, Ian Campbell wrote: > On Mon, 2014-09-22 at 15:00 +0200, Olaf Hering wrote: > > Paths.mk contains just directories set by configure. > > Source this file first when building docs,stubdom or tools. > > Is it important that this comes before something? (Config.mk? > $subsystem.mk?) or could we incorporate this include into $subsystem.mk? > > Alternatively could $subsystem.mk be moved before Config.mk? Right now docs and stubdom have a different order than tools. The reason is most likely that Tools.mk wants to know about XEN_OS to catch the rump kernel. I will see what has to be done to make the order of inclusion consistent. Olaf