From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] tools: use PREFIX when building upstream qemu Date: Thu, 25 Oct 2012 12:38:43 +0200 Message-ID: <508916B3.2030403@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010805020702090409040504" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org --------------010805020702090409040504 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit use PREFIX when building upstream qemu. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --------------010805020702090409040504 Content-Type: text/plain; charset="us-ascii"; name="xen_qemu_prefix.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_qemu_prefix.diff" Content-Description: xen_qemu_prefix.diff diff -r 3d327e56bff2 -r 6b73078a4403 tools/Makefile --- a/tools/Makefile +++ b/tools/Makefile @@ -190,6 +190,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-fi fi; \ cd qemu-xen-dir; \ $$source/configure --enable-xen --target-list=i386-softmmu \ + --prefix=$(PREFIX) \ --source-path=$$source \ --extra-cflags="-I$(XEN_ROOT)/tools/include \ -I$(XEN_ROOT)/tools/libxc \ --------------010805020702090409040504 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel --------------010805020702090409040504--