Initial
[apc.git] / tbs
blobcaad078441d0ea6329578d7f7728d967ca12bc46
1 #!/bin/sh
3 #set -x
4 set -e
6 h=$(readlink -f $(dirname $0))
7 r=$(readlink -f $h/..)
8 t=$r/tbs
9 d=MD5
11 export OCAMLRUNPARAM=b
13 if test $h = $PWD; then
14 mkdir -p build
15 cd build
18 if ! md5sum --status -c $d; then
19 cp $h/build.ml build1.ml
20 md5sum $h/build.ml $h/build.sh $t/tbs.cma >$d.tmp
21 ocamlc.opt -g -thread -I $t unix.cma threads.cma tbs.cma build1.ml -o b
22 mv $d.tmp $d
25 targets="apc"
26 ./b -O src:$h $* $targets