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 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 1 of 2] This patch allows future patches to independent

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 1 of 2] This patch allows future patches to independently add modules to stdext without causing conflicts
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Mon, 23 Aug 2010 13:57:34 +0100
Delivery-date: Mon, 23 Aug 2010 06:18:35 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1282568253@ely>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <patchbomb.1282568253@ely>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.4.3
# HG changeset patch
# User Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>
# Date 1282568214 -3600
# Node ID 10c905260ad67bb59393cc2ca7708020f4a76f2f
# Parent  fb54e065e83269c2784802516c75a5ecfe9ba941
This patch allows future patches to independently add modules to stdext without 
causing conflicts.

Signed-off-by: Jonathan Knowles <jonathan.knowles@xxxxxxxxxxxxx>

diff -r fb54e065e832 -r 10c905260ad6 stdext/Makefile
--- a/stdext/Makefile   Mon Aug 23 13:56:23 2010 +0100
+++ b/stdext/Makefile   Mon Aug 23 13:56:54 2010 +0100
@@ -20,10 +20,42 @@
 OCAML_TEST_INC = -I $(shell ocamlfind query oUnit)
 OCAML_TEST_LIB = $(shell ocamlfind query oUnit)/oUnit.cmxa
 
-STDEXT_OBJS = fun opt listext filenameext stringext arrayext hashtblext 
pervasiveext threadext ring \
-       qring fring bigbuffer unixext range vIO trie config date encodings fe 
fecomms \
-       forkhelpers gzip sha1sum zerocheck base64 backtrace tar mapext os 
either \
-       lazyList extentlistSet set_test
+STDEXT_OBJS = \
+       fun \
+       opt \
+       listext \
+       filenameext \
+       stringext \
+       arrayext \
+       hashtblext \
+       pervasiveext \
+       threadext \
+       ring \
+       qring \
+       fring \
+       bigbuffer \
+       unixext \
+       range \
+       vIO \
+       trie \
+       config \
+       date \
+       encodings \
+       fe \
+       fecomms \
+       forkhelpers \
+       gzip \
+       sha1sum \
+       zerocheck \
+       base64 \
+       backtrace \
+       tar \
+       mapext \
+       os \
+       either \
+       lazyList \
+       extentlistSet \
+       set_test
 
 INTF = $(foreach obj, $(STDEXT_OBJS),$(obj).cmi)
 LIBS = stdext.cma stdext.cmxa
 stdext/Makefile |  40 ++++++++++++++++++++++++++++++++++++----
 1 files changed, 36 insertions(+), 4 deletions(-)


Attachment: xen-api-libs.hg-1.patch
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>