All of lore.kernel.org
 help / color / mirror / Atom feed
From: Egger Christoph <chegger@amazon.de>
To: xen-devel <xen-devel@lists.xen.org>
Cc: Ian Campbell <Ian.Campbell@citrix.com>
Subject: [PATCH] install qemu into the location specified via configure --prefix.
Date: Mon, 22 Apr 2013 13:47:42 +0200	[thread overview]
Message-ID: <5175235E.4080407@amazon.de> (raw)

[-- 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

             reply	other threads:[~2013-04-22 11:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-22 11:47 Egger Christoph [this message]
2013-04-22 11:53 ` [PATCH] install qemu into the location specified via configure --prefix Ian Campbell
2013-04-24 11:56   ` Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5175235E.4080407@amazon.de \
    --to=chegger@amazon.de \
    --cc=Ian.Campbell@citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.