From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: Re: [PATCH] tools: use PREFIX when building upstream qemu Date: Fri, 26 Oct 2012 13:09:07 +0200 Message-ID: <508A6F53.9000700@amd.com> References: <508916B3.2030403@amd.com> <20617.13045.486553.172990@mariner.uk.xensource.com> <508A5C38.4010609@amd.com> <1351246518.15162.23.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1351246518.15162.23.camel@zakaz.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: Ian Jackson , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org On 10/26/12 12:15, Ian Campbell wrote: > On Fri, 2012-10-26 at 10:47 +0100, Christoph Egger wrote: >> On 10/25/12 14:39, Ian Jackson wrote: >>> Christoph Egger writes ("[Xen-devel] [PATCH] tools: use PREFIX when building upstream qemu"): >>>> >>>> use PREFIX when building upstream qemu. >>>> >>>> Signed-off-by: Christoph Egger >>> >>> This looks reasonable but can you explain what goes wrong when, >>> without this ? I'd like to be able to verify the bug and fix myself. >> >> qemu's configure assumes /usr/local as prefix by default, otherwise. >> With this patch, qemu config files and manpages are installed under >> the specified $(PREFIX). > > Is that what we want? Yes, we want everything that is not explicitely specified to configure under $(PREFIX). Christoph > Or do we want our version of qemu to be > under /usr/lib/xen?