# HG changeset patch # User Rok Strnisa # Date 1278589971 -3600 # Node ID b32704b34da7e22e1df3d94ae2a95d238d1b3d63 # Parent 8f208a2f2547f8173fa8631a0408b67fab364af9 A script to build the component (performing all the necessary steps). Signed-off-by: Rok Strnisa 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