* [PATCH] tools: use PREFIX to install qemu-upstream
@ 2012-05-24 15:16 Christoph Egger
2012-06-08 15:04 ` Ian Jackson
0 siblings, 1 reply; 2+ messages in thread
From: Christoph Egger @ 2012-05-24 15:16 UTC (permalink / raw)
To: xen-devel@lists.xen.org
[-- Attachment #1: Type: text/plain, Size: 451 bytes --]
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 <Christoph.Egger@amd.com>
--
---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
[-- Attachment #2: xen_qemu_prefix.diff --]
[-- Type: text/plain, Size: 425 bytes --]
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 \
[-- 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 [flat|nested] 2+ messages in thread
* Re: [PATCH] tools: use PREFIX to install qemu-upstream
2012-05-24 15:16 [PATCH] tools: use PREFIX to install qemu-upstream Christoph Egger
@ 2012-06-08 15:04 ` Ian Jackson
0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2012-06-08 15:04 UTC (permalink / raw)
To: Christoph Egger; +Cc: xen-devel@lists.xen.org
Christoph Egger writes ("[Xen-devel] [PATCH] tools: use PREFIX to install qemu-upstream"):
> Use PREFIX to install qemu-upstream.
> This installs docs and config files with same PREFIX
> as we do for the binary and firmware.
The effect of this that in the default build, lots of files move about
in dist/install, generally from dist/install/usr/local to
dist/install/usr.
Now our build tree output locations are perhaps haphazard but I don't
think changing them at this stage of the 4.2 release cycle is
appropriate.
We should revisit this when 4.3 development is open.
Thanks,
Ian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-08 15:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24 15:16 [PATCH] tools: use PREFIX to install qemu-upstream Christoph Egger
2012-06-08 15:04 ` Ian Jackson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).