6 while test "" != "$1"; do
10 if test "$ENTRIES" != ""; then ENTRIES
="$ENTRIES; "; fi
11 ENTRIES
="$ENTRIES$1";;
12 *.ml
*) FILES
="$FILES $1";;
18 cat $FILES |
sed -e 's/Pcaml.parse_i.*$//' > tmp.ml
19 echo "Compile.entries.val := [$ENTRIES];" >> tmp.ml
22 $OTOP/boot
/ocamlrun
$EXE $OTOP/boot
/ocamlc
-I $OTOP/boot
-c tmp.mli
23 $OTOP/boot
/ocamlrun
$EXE ..
/boot
/camlp4boot
$EXE -meta_action tmp.ml
-o tmp.ppo
24 $OTOP/boot
/ocamlrun
$EXE $OTOP/boot
/ocamlc
-I $OTOP/boot
-I ..
/lib
-I ..
/camlp4
-c -impl tmp.ppo
27 $OTOP/boot
/ocamlrun
$EXE ..
/camlp
4/camlp4
$EXE .
/compile.cmo .
/tmp.cmo ..
/etc
/pr_r.cmo ..
/etc
/pr_rp.cmo
$ARGS -sep "\n\n" -impl tmp.null
&& rm tmp.
*