File tree 5 files changed +1
-17183
lines changed
5 files changed +1
-17183
lines changed Original file line number Diff line number Diff line change 45
45
],
46
46
"lib/4.06.1" : [
47
47
" bsb_helper.ml" ,
48
- " bsb.ml" ,
49
48
" refmt_main3.ml" ,
50
49
" rescript.ml" ,
51
50
" whole_compiler.ml" ,
52
51
" bsb_helper.mli" ,
53
- " bsb.mli" ,
54
52
" refmt_main3.mli" ,
55
53
" rescript.mli" ,
56
54
" whole_compiler.mli"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ OCAML_SRC_TOOLS=$native_ocaml_path/tools
15
15
includes = -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
16
16
SNAP = ../lib/$snapshot_path
17
17
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
19
19
# $SNAP/bspp.ml
20
20
o $SNAP /whole_compiler.ml: bspack | ./bin/bspack.exe $LTO
21
21
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
26
26
flags = -bs-MD ${releaseMode} -I stubs -I common -I ext -I frontend -I depends -I bsb_helper -I main
27
27
main = Bsb_helper_main
28
28
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
-
33
29
o $SNAP /rescript.ml: bspack | ./bin/bspack.exe $LTO
34
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
35
31
main = Rescript_main
You can’t perform that action at this time.
0 commit comments