|
|
|
|
|
|
|
|
|
|
xen-api
[Xen-API] [PATCH 1 of 2] A script to build the component (performing all
# 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(-)
xen-api.hg-1.patch
Description: Text Data
_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
|
|
|
|
|