All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/Makefile: fix qemu-xen-traditional build
@ 2015-01-25 15:38 Wei Liu
  2015-01-26  8:31 ` Olaf Hering
  2015-01-26  9:55 ` Ian Campbell
  0 siblings, 2 replies; 7+ messages in thread
From: Wei Liu @ 2015-01-25 15:38 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Jackson, Wei Liu, Ian Campbell

In d9740237a ("tools: unhook blktap1 from the build and remove all
references to it"), one spot was left unchanged, which leads to failure
in building qemu-xen-traditional.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: Ian Campbell <ian.campbell@citrix.com>
Cc: Ian Jackson <ian.jackson@eu.citrix.com>
---
 tools/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/Makefile b/tools/Makefile
index 1ad7a5d..5d7a75f 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -158,6 +158,7 @@ qemu-xen-traditional-dir-force-update: qemu-xen-traditional-dir-find
 subdir-all-qemu-xen-traditional-dir: qemu-xen-traditional-dir-find
 	set -e; \
 		$(buildmakevars2shellvars); \
+		export CONFIG_BLKTAP1=n; \
 		cd qemu-xen-traditional-dir; \
 		$(QEMU_ROOT)/xen-setup \
 		$(IOEMU_EXTRA_LDFLAGS) \
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-01-27 17:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 15:38 [PATCH] tools/Makefile: fix qemu-xen-traditional build Wei Liu
2015-01-26  8:31 ` Olaf Hering
2015-01-26 10:01   ` Wei Liu
2015-01-26 10:06     ` Ian Campbell
2015-01-26  9:55 ` Ian Campbell
2015-01-26 11:05   ` Wei Liu
2015-01-27 17:20     ` 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.