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] A script to build the component (performing all

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 1 of 2] A script to build the component (performing all the necessary steps)
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Thu, 8 Jul 2010 12:53:24 +0100
Delivery-date: Thu, 08 Jul 2010 05:02:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1278590003@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.1278590003@ely>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.4.3
# HG changeset patch
# User Rok Strnisa <rok.strnisa@xxxxxxxxxx>
# Date 1278589971 -3600
# Node ID b32704b34da7e22e1df3d94ae2a95d238d1b3d63
# Parent  8f208a2f2547f8173fa8631a0408b67fab364af9
A script to build the component (performing all the necessary steps).

Signed-off-by: Rok Strnisa <rok.strnisa@xxxxxxxxxx>

diff -r 8f208a2f2547 -r b32704b34da7 rebuild
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/rebuild   Thu Jul 08 12:52:51 2010 +0100
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+echo "This is just a temporary fix. Ideally, the effect would be the same when"
+echo "just running the following two commands: make clean && make."
+
+make clean
+. ./export.sh
+make version
+omake ocaml/autogen/aPI.cmx
+make
 rebuild |  10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)


Attachment: xen-api.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>