[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-devel] [PATCH] tools: disable xend build by default



On Thu, 2013-09-12 at 11:34 +0100, Ian Campbell wrote:

This will need an osstest change:

8<--------

From aed955d835abb9f649e3e4815ebb19f54903ded9 Mon Sep 17 00:00:00 2001
From: Ian Campbell <ian.campbell@xxxxxxxxxx>
Date: Thu, 12 Sep 2013 11:33:40 +0100
Subject: [PATCH] ts-xen-build: enable xend at configure time if necessary

---
 ts-xen-build |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/ts-xen-build b/ts-xen-build
index a600fe5..7f08dfc 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -115,8 +115,11 @@ sub build () {
 END
     buildcmd_stamped_logged(300, 'configure', <<END,<<END,<<END);
             if test -f configure; then
+                if grep -q -- --enable-xend ; then
+                    enable_xend=--enable-xend
+                fi
 END
-                ./configure --sysconfdir=/etc
+                ./configure --sysconfdir=/etc $enable_xend
 END
             fi
 END
-- 
1.7.10.4




_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.