From mboxrd@z Thu Jan 1 00:00:00 1970 From: Egger Christoph Subject: [PATCH] install qemu into the location specified via configure --prefix. Date: Mon, 22 Apr 2013 13:47:42 +0200 Message-ID: <5175235E.4080407@amazon.de> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------080608040006060502020208" 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 Cc: Ian Campbell List-Id: xen-devel@lists.xenproject.org --------------080608040006060502020208 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Install qemu into the location specified via configure --prefix. You will notice when you use something else than /usr/local. Signed-off-by: Christoph Egger diff --git a/tools/Makefile b/tools/Makefile index 8a30c83..e44a3e9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -188,6 +188,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find 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 \ --------------080608040006060502020208 Content-Type: text/plain; charset="UTF-8"; name="patch_qemu.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch_qemu.diff" commit ee38d54b2535c8019ba12455201dd811c5e2c593 Author: Christoph Egger Date: Thu Feb 7 14:39:49 2013 +0000 Install qemu into the location specified via configure --prefix. You will notice when you use something else than /usr/local. Signed-off-by: Christoph Egger diff --git a/tools/Makefile b/tools/Makefile index 8a30c83..e44a3e9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -188,6 +188,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find 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 \ --------------080608040006060502020208 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 --------------080608040006060502020208--