From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: Building broken with CS 13282 Date: Mon, 08 Jan 2007 18:48:00 +0000 Message-ID: References: <20070108172634.GA10076@totally.trollied.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070108172634.GA10076@totally.trollied.org.uk> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: John Levon , Keir Fraser Cc: xen-devel@lists.xensource.com, Jan Beulich List-Id: xen-devel@lists.xenproject.org On 8/1/07 17:26, "John Levon" wrote: > compat/xen.i compat/xen.c > compat/xen.c:30:24: xen-compat.h: No such file or directory > compat/xen.c:33:26: arch-x86/xen.h: No such file or directory > > We're still missing an -I public/ for the arch-x86/xen.h header? No, you are supposed to get one auto-generated at include/compat/arch-x86/xen.c. If there are dependencies among the auto-generated headers then they need to be listed explicitly. Multiple dependencies listed in a single rule can be made in parallel. Have you already thought about this, Jan? -- Keir