]> xenbits.xensource.com Git - xcp/xen-api.git/commitdiff
A script to build the component (performing all the necessary steps).
authorRok Strnisa <rok.strnisa@citrix.com>
Thu, 8 Jul 2010 11:52:51 +0000 (12:52 +0100)
committerRok Strnisa <rok.strnisa@citrix.com>
Thu, 8 Jul 2010 11:52:51 +0000 (12:52 +0100)
Signed-off-by: Rok Strnisa <rok.strnisa@citrix.com>
rebuild [new file with mode: 0755]

diff --git a/rebuild b/rebuild
new file mode 100755 (executable)
index 0000000..568516f
--- /dev/null
+++ b/rebuild
@@ -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