File tree Expand file tree Collapse file tree 5 files changed +1
-17183
lines changed Expand file tree Collapse file tree 5 files changed +1
-17183
lines changed Original file line number Diff line number Diff line change 4545 ],
4646 "lib/4.06.1" : [
4747 " bsb_helper.ml" ,
48- " bsb.ml" ,
4948 " refmt_main3.ml" ,
5049 " rescript.ml" ,
5150 " whole_compiler.ml" ,
5251 " bsb_helper.mli" ,
53- " bsb.mli" ,
5452 " refmt_main3.mli" ,
5553 " rescript.mli" ,
5654 " whole_compiler.mli"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ OCAML_SRC_TOOLS=$native_ocaml_path/tools
1515includes = -I js_parser -I stubs -I ext -I common -I frontend -I depends -I core -I super_errors -I outcome_printer -I bsb -I ounit -I ounit_tests -I napkin -I main
1616SNAP = ../lib/$snapshot_path
1717
18- o snapshot: phony $SNAP /whole_compiler.ml $SNAP /bsb_helper.ml $SNAP /bsb.ml $SNAP /unstable/all_ounit_tests.ml
18+ o snapshot: phony $SNAP /whole_compiler.ml $SNAP /bsb_helper.ml $SNAP /unstable/all_ounit_tests.ml
1919# $SNAP/bspp.ml
2020o $SNAP /whole_compiler.ml: bspack | ./bin/bspack.exe $LTO
2121 flags = ${releaseMode} -D BS_ONLY=true -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
@@ -26,10 +26,6 @@ o $SNAP/bsb_helper.ml: bspack | ./bin/bspack.exe $LTO
2626 flags = -bs-MD ${releaseMode} -I stubs -I common -I ext -I frontend -I depends -I bsb_helper -I main
2727 main = Bsb_helper_main
2828
29- o $SNAP /bsb.ml: bspack | ./bin/bspack.exe $LTO
30- flags = -D BS_MIN_LEX_DEPS=true -bs-MD ${releaseMode} -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I stubs -I common -I ext -I frontend -I depends -I bsb -I ext -I main
31- main = Bsb_main
32-
3329o $SNAP /rescript.ml: bspack | ./bin/bspack.exe $LTO
3430 flags = -D BS_MIN_LEX_DEPS=true -bs-MD ${releaseMode} -I $OCAML_SRC_UTILS -I $OCAML_SRC_PARSING -I stubs -I common -I ext -I frontend -I depends -I bsb -I ext -I main
3531 main = Rescript_main
You can’t perform that action at this time.
0 commit comments