From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick Welche Subject: Re: [PATCH 0/3] stdinc-related build fixes. Date: Thu, 15 Aug 2013 20:49:36 +0100 Message-ID: <20130815194936.GA138@quantz> References: <1376573107-27249-1-git-send-email-tim@xen.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1376573107-27249-1-git-send-email-tim@xen.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Tim Deegan Cc: keir@xen.org, ian.campbell@citrix.com, chegger@amazon.de, Ian.Jackson@eu.citrix.com, xen-devel@lists.xen.org, stefano.stabellini@citrix.com, jbeulich@suse.com List-Id: xen-devel@lists.xenproject.org On Thu, Aug 15, 2013 at 02:25:04PM +0100, Tim Deegan wrote: > These three patches tidy some of the xen build runes around the use of > nostdinc. > > Patch 3/3 hasn't yet been tested on an actual NetBSD box, > so I'd appreciate it if Patrick would give it a go. Apart from that, > I've tested with every GCC I can lay my hands on (and clang 3.0), > building x86 and ARM. Your changes allowed a successful "gmake xen", thank you! If we want to carry on helping smooth out the build, I was surprised by "gmake install xen" giving [ -d //boot ] || install -d -m0755 -p //boot install: //boot exists but is not a directory given that I had configured with --prefix=/usr/local/xen. /boot isn't a directory, it's my second stage bootloader, so I would rather not loose it ;-) Start another thread? Cheers, Patrick