git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3714 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
3a985f0ff6
commit
46e316638a
|
@ -123,7 +123,7 @@ bootstrap_sources:
|
|||
sed 's/# $$Id.*\$$/# Id/' ../../$$i/Makefile | \
|
||||
sed 's-include ../config-include ../../config-g' | \
|
||||
sed 's-../boot-../../boot-g' > Makefile; \
|
||||
cp ../../$$i/.depend .; \
|
||||
cp ../../$$i/.depend .); \
|
||||
done
|
||||
@-for i in $(FDIRS); do \
|
||||
for j in $$i/*.ml*; do \
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh -e
|
||||
if test "`basename $OTOP`" != "ocaml_stuff"; then
|
||||
COMM="$OTOP/boot/ocamlrun $OTOP/ocamlopt -I $OTOP/stdlib"
|
||||
else
|
||||
COMM=ocamlopt$OPT
|
||||
fi
|
||||
echo $COMM $*
|
||||
$COMM $*
|
Loading…
Reference in New Issue