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 22:05:05 +0100 Message-ID: <20130815210505.GB138@quantz> References: <1376573107-27249-1-git-send-email-tim@xen.org> <20130815194936.GA138@quantz> <520D32F4.1040200@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <520D32F4.1040200@citrix.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: Andrew Cooper Cc: keir@xen.org, ian.campbell@citrix.com, Tim Deegan , 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 08:58:44PM +0100, Andrew Cooper wrote: > > given that I had configured with --prefix=/usr/local/xen. > > As for your boot problem, that will be something not correctly setting > the DESTDIR make variable. Right - I'm just being silly - what is in the "xen" directory is untouched by configure, so setting --prefix isn't going change anything for a "gmake install xen". A "gmake -j8 install xen DESTDIR=/usr/local/xen44" was fine as you would expect... Cheers, Patrick