WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
Xen

xen-devel

[Top] [All Lists]

[Xen-devel] [PATCH][TOOLS] - allow python tools build to be optional

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] [PATCH][TOOLS] - allow python tools build to be optional
From: Ben Thomas <bthomas@xxxxxxxxxxxxxxx>
Date: 2007年3月06日 11:29:48 -0500
Delivery-date: 2007年3月06日 08:28:56 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.10 (X11/20070302)
This patch adds the python tools to the potential set of selectable
items within a tools build. The default remains to build the tools,
and the patch simply allows the specification of PYTHON_TOOLS=n
to omit building them.
--
------------------------------------------------------------------------
Ben Thomas Virtual Iron Software
bthomas@xxxxxxxxxxxxxxx Tower 1, Floor 2
978-849-1214 900 Chelmsford Street
 Lowell, MA 01851
Several of the components of tools are optional, allow the
python tools to be optional as well. The default, however,
remains to include them.
Signed-off-by: Ben Thomas (ben@xxxxxxxxxxxxxxx)
diff -r 277d4a0d0cdf Config.mk
--- a/Config.mk Tue Mar 06 09:29:25 2007 -0500
+++ b/Config.mk Tue Mar 06 10:55:39 2007 -0500
@@ -77,5 +77,6 @@ VTPM_TOOLS ?= n
 VTPM_TOOLS ?= n
 LIBXENAPI_BINDINGS ?= n
 XENFB_TOOLS ?= n
+PYTHON_TOOLS ?= y
 
 -include $(XEN_ROOT)/.config
diff -r 277d4a0d0cdf tools/Makefile
--- a/tools/Makefile Tue Mar 06 09:29:25 2007 -0500
+++ b/tools/Makefile Tue Mar 06 10:57:36 2007 -0500
@@ -24,9 +24,9 @@ SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
 
 # These don't cross-compile
 ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
-SUBDIRS-y += python
-SUBDIRS-y += pygrub
-SUBDIRS-y += ptsname
+SUBDIRS-$(PYTHON_TOOLS) += python
+SUBDIRS-$(PYTHON_TOOLS) += pygrub
+SUBDIRS-$(PYTHON_TOOLS) += ptsname
 endif
 
 .PHONY: all
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH][TOOLS] - allow python tools build to be optional, Ben Thomas <=
Previous by Date: [Xen-devel] Diagnose network issue , Michael Lessard
Next by Date: Re: [Xen-devel] PATCH: Set close-on-exec flag for QEMU disks , Daniel P. Berrange
Previous by Thread: [Xen-devel] Diagnose network issue , Michael Lessard
Next by Thread: [Xen-devel] How to disable xen debugger? , Lily Huang
Indexes: [Date] [Thread] [Top] [All Lists]

Copyright ©, Citrix Systems Inc. All rights reserved. Legal and Privacy
Citrix This site is hosted by Citrix

AltStyle によって変換されたページ (->オリジナル) /