#! /bin/sh -f
FAM=../../fam.src/Sun4/fam
SIZ=3000
echo started new1 on `date` > .Build.Log
$FAM -h $SIZ new_phase2.exp << FAMend
use "build.ml bsys.ml";
FAMend

echo started new2 on `date` >> .Build.Log
$FAM -h $SIZ new_phase1.exp << FAMend
use "build.ml bsysref.ml";
FAMend

echo started sml on `date` >> .Build.Log
$FAM -h $SIZ new_phase2.exp << FAMend
use "bsml.ml";
FAMend
