All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] stubdom/Makefile should use QEMU_TRADITIONAL_LOC
@ 2014-10-23 17:37 M A Young
  2014-10-24  9:44 ` Wei Liu
  2014-10-24 15:14 ` Wei Liu
  0 siblings, 2 replies; 7+ messages in thread
From: M A Young @ 2014-10-23 17:37 UTC (permalink / raw)
  To: xen-devel; +Cc: Wei Liu, Ian Jackson, Ian Campbell, Stefano Stabellini

[-- Attachment #1: Type: TEXT/PLAIN, Size: 394 bytes --]

In 
http://xenbits.xenproject.org/gitweb/?p=xen.git;a=commit;h=8962a8f951ea83e8d10ee23aeb20266e4795b06e 
CONFIG_QEMU was replaced by QEMU_TRADITIONAL_LOC in several places but not 
in stubdom/Makefile, and as a result building stubdom is likely to fail 
when xen-setup-stubdom isn't found. This patch replaces CONFIG_QEMU with 
QEMU_TRADITIONAL_LOC in stubdom/Makefile as well.

 	Michael Young

[-- Attachment #2: Type: TEXT/PLAIN, Size: 889 bytes --]

In commit 8962a8f951ea83e8d10ee23aeb20266e4795b06e CONFIG_QEMU was replaced
by QEMU_TRADITIONAL_LOC. However stubdom/Makefile still uses CONFIG_QEMU so
building stubdom is likely to fail.
This patch replaces CONFIG_QEMU with QEMU_TRADITIONAL_LOC in stubdom/Makefile
as well.

Signed-off-by: Michael Young <m.a.young@durham.ac.uk>

--- xen-4.5.0/stubdom/Makefile.orig	2014-10-22 21:07:26.000000000 +0100
+++ xen-4.5.0/stubdom/Makefile	2014-10-22 22:59:40.732112287 +0100
@@ -263,7 +263,7 @@
 .PHONY: $(CROSS_ROOT)
 $(CROSS_ROOT): cross-newlib cross-zlib cross-libpci
 
-QEMU_ROOT := $(shell if [ -d "$(CONFIG_QEMU)" ]; then echo "$(CONFIG_QEMU)"; else echo .; fi)
+QEMU_ROOT := $(shell if [ -d "$(QEMU_TRADITIONAL_LOC)" ]; then echo "$(QEMU_TRADITIONAL_LOC)"; else echo .; fi)
 
 ifneq ($(filter ioemu,$(STUBDOM_TARGETS)),)
 IOEMU_LINKFARM_TARGET := ioemu/linkfarm.stamp

[-- 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] 7+ messages in thread

end of thread, other threads:[~2014-10-24 15:14 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23 17:37 [PATCH] stubdom/Makefile should use QEMU_TRADITIONAL_LOC M A Young
2014-10-24  9:44 ` Wei Liu
2014-10-24  9:49   ` Ian Campbell
2014-10-24 10:09   ` M A Young
2014-10-24 10:36     ` Wei Liu
2014-10-24 15:14       ` Konrad Rzeszutek Wilk
2014-10-24 15:14 ` Wei Liu

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.