File tree Expand file tree Collapse file tree 4 files changed +1
-51028
lines changed Expand file tree Collapse file tree 4 files changed +1
-51028
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,14 @@ OCAML_SRC_TOOLS=$native_ocaml_path/tools
1515includes = -I js_parser -I stubs -I ext -I common -I syntax -I depends -I core -I super_errors -I outcome_printer -I bsb -I ounit -I ounit_tests -I main
1616SNAP = ../lib/$snapshot_path
1717
18- build snapshot : phony $SNAP/whole_compiler.ml $SNAP/bsdep.ml $SNAP/bsb_helper.ml $SNAP/bsb.ml $SNAP/bspp.ml $SNAP/unstable/all_ounit_tests.ml
18+ build snapshot : phony $SNAP/whole_compiler.ml $SNAP/bsb_helper.ml $SNAP/bsb.ml $SNAP/bspp.ml $SNAP/unstable/all_ounit_tests.ml
1919
2020build $SNAP/whole_compiler.ml : bspack | ./bin/bspack.exe
2121 flags = ${releaseMode} -bs-MD -module-alias Config=Config_whole_compiler -bs-exclude-I config -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I $OCAML_SRC_TYPING -I $OCAML_SRC_BYTECOMP -I $OCAML_SRC_DRIVER ${includes}
2222 main = Js_main
2323 post_process = && node $LTO $SNAP /whole_compiler.ml
2424
2525
26- build $SNAP/bsdep.ml : bspack | ./bin/bspack.exe
27- flags = -D BS_OCAMLDEP=true ${releaseMode} -bs-MD -module-alias Config=Config_whole_compiler -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I $OCAML_SRC_DRIVER -I $OCAML_SRC_TOOLS -I common -I ext -I syntax -I depends -I core -I stubs -I main
28- main = Ocamldep
2926
3027build $SNAP/bsb_helper.ml : bspack | ./bin/bspack.exe
3128 flags = -bs-MD ${releaseMode} -I stubs -I common -I ext -I syntax -I depends -I bsb_helper -I main
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments