From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vincent Hanquez Subject: [PATCH 5/6] add ocaml tools to build if defined. default to n Date: Mon, 1 Mar 2010 11:59:50 +0000 Message-ID: <1267444791-4810-6-git-send-email-vincent.hanquez@eu.citrix.com> References: <1267444791-4810-1-git-send-email-vincent.hanquez@eu.citrix.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------1.7.0" Return-path: In-Reply-To: <1267444791-4810-1-git-send-email-vincent.hanquez@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Vincent Hanquez List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------1.7.0 Content-Type: text/plain; charset=UTF-8; format=fixed Content-Transfer-Encoding: quoted-printable Signed-off-by: Vincent Hanquez --- Config.mk | 1 + tools/Makefile | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) --------------1.7.0 Content-Type: text/x-patch; name="0005-add-ocaml-tools-to-build-if-defined.-default-to-n.patch" Content-Disposition: attachment; filename="0005-add-ocaml-tools-to-build-if-defined.-default-to-n.patch" Content-Transfer-Encoding: quoted-printable diff --git a/Config.mk b/Config.mk index 45a4580..a0d2be8 100644 --- a/Config.mk +++ b/Config.mk @@ -159,6 +159,7 @@ XENSTAT_XENTOP ?=3D y VTPM_TOOLS ?=3D n LIBXENAPI_BINDINGS ?=3D n PYTHON_TOOLS ?=3D y +OCAML_TOOLS ?=3D n CONFIG_MINITERM ?=3D n CONFIG_LOMOUNT ?=3D n =20 diff --git a/tools/Makefile b/tools/Makefile index c34dc86..58058f9 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -40,6 +40,8 @@ SUBDIRS-$(CONFIG_X86) +=3D xenpaging ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH)) SUBDIRS-$(PYTHON_TOOLS) +=3D python SUBDIRS-$(PYTHON_TOOLS) +=3D pygrub + +SUBDIRS-$(OCAML_TOOLS) +=3D ocaml endif =20 # For the sake of linking, set the sys-root --------------1.7.0 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------1.7.0--