From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: [PATCH] tools: use PREFIX to install qemu-upstream Date: Thu, 24 May 2012 17:16:21 +0200 Message-ID: <4FBE50C5.50609@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------010201020106090605020702" 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 --------------010201020106090605020702 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: 7bit Use PREFIX to install qemu-upstream. This installs docs and config files with same PREFIX as we do for the binary and firmware. 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, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --------------010201020106090605020702 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 88df118150e4 tools/Makefile --- a/tools/Makefile Thu May 24 11:20:47 2012 +0200 +++ b/tools/Makefile Thu May 24 17:08:17 2012 +0200 @@ -149,6 +149,7 @@ subdir-all-qemu-xen-dir subdir-install-q 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 \ --------------010201020106090605020702 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 --------------010201020106090605020702--