* [PATCH] install qemu into the location specified via configure --prefix.
@ 2013-04-22 11:47 Egger Christoph
2013-04-22 11:53 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Egger Christoph @ 2013-04-22 11:47 UTC (permalink / raw)
To: xen-devel; +Cc: Ian Campbell
[-- Attachment #1: Type: text/plain, Size: 583 bytes --]
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 <chegger@amazon.de>
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 \
[-- Attachment #2: patch_qemu.diff --]
[-- Type: text/plain, Size: 730 bytes --]
commit ee38d54b2535c8019ba12455201dd811c5e2c593
Author: Christoph Egger <chegger@amazon.de>
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 <chegger@amazon.de>
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 \
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] install qemu into the location specified via configure --prefix.
2013-04-22 11:47 [PATCH] install qemu into the location specified via configure --prefix Egger Christoph
@ 2013-04-22 11:53 ` Ian Campbell
2013-04-24 11:56 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2013-04-22 11:53 UTC (permalink / raw)
To: Egger Christoph; +Cc: George Dunlap, Ian Jackson, xen-devel
On Mon, 2013-04-22 at 12:47 +0100, Egger Christoph wrote:
> Install qemu into the location specified via configure --prefix.
> You will notice when you use something else than /usr/local.
Anyone got any opinions on the issues I mention in
http://lists.xen.org/archives/html/xen-devel/2012-12/msg01027.html ?
> Signed-off-by: Christoph Egger <chegger@amazon.de>
This patch is at least an improvement, so as far as it goes:
Acked-by: Ian Campbell <ian.campbell@citrix.com>
>
> 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 \
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] install qemu into the location specified via configure --prefix.
2013-04-22 11:53 ` Ian Campbell
@ 2013-04-24 11:56 ` Ian Campbell
0 siblings, 0 replies; 3+ messages in thread
From: Ian Campbell @ 2013-04-24 11:56 UTC (permalink / raw)
To: Egger Christoph; +Cc: George Dunlap, Ian Jackson, xen-devel
On Mon, 2013-04-22 at 12:53 +0100, Ian Campbell wrote:
> On Mon, 2013-04-22 at 12:47 +0100, Egger Christoph wrote:
> > Install qemu into the location specified via configure --prefix.
> > You will notice when you use something else than /usr/local.
>
> Anyone got any opinions on the issues I mention in
> http://lists.xen.org/archives/html/xen-devel/2012-12/msg01027.html ?
>
> > Signed-off-by: Christoph Egger <chegger@amazon.de>
>
> This patch is at least an improvement, so as far as it goes:
> Acked-by: Ian Campbell <ian.campbell@citrix.com>
Now applied, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-24 11:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-22 11:47 [PATCH] install qemu into the location specified via configure --prefix Egger Christoph
2013-04-22 11:53 ` Ian Campbell
2013-04-24 11:56 ` Ian Campbell
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.