bootstrap myocamlbuild.boot and adapt build/boot.sh
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14028 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
93f0dd4dad
commit
5e9836d003
Binary file not shown.
|
@ -20,17 +20,18 @@ TAG_LINE='true: -use_stdlib'
|
|||
STDLIB_MODULES='Pervasives,Arg,Array,Buffer,Char,Digest,Filename,Format,Hashtbl,Lazy,Lexing,List,Map,Printexc,Printf,Scanf,Set,String,Sys,Parsing,Int32,Int64,Nativeint,Obj,Queue,Sort,Stream,Stack'
|
||||
|
||||
./boot/ocamlrun boot/myocamlbuild.boot -ignore "$STDLIB_MODULES" \
|
||||
-tag-line "$TAG_LINE" \
|
||||
-tag-line "$TAG_LINE" -no-ocamlfind \
|
||||
boot/stdlib.cma boot/std_exit.cmo
|
||||
|
||||
boot/ocamlrun boot/myocamlbuild.boot \
|
||||
-tag-line "$TAG_LINE" -log _boot_log1 \
|
||||
-tag-line "$TAG_LINE" -no-ocamlfind -log _boot_log1 \
|
||||
ocamlbuild/ocamlbuildlightlib.cma ocamlbuild/ocamlbuildlight.byte
|
||||
|
||||
rm -f _build/myocamlbuild
|
||||
|
||||
boot/ocamlrun boot/myocamlbuild.boot \
|
||||
-just-plugin -install-lib-dir _build/ocamlbuild -byte-plugin
|
||||
-just-plugin -install-lib-dir _build/ocamlbuild -byte-plugin \
|
||||
-no-ocamlfind
|
||||
|
||||
cp _build/myocamlbuild boot/myocamlbuild
|
||||
|
||||
|
|
Loading…
Reference in New Issue