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
15
15
includes = -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
16
16
SNAP = ../lib/$snapshot_path
17
17
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
19
19
20
20
build $SNAP/whole_compiler.ml : bspack | ./bin/bspack.exe
21
21
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}
22
22
main = Js_main
23
23
post_process = && node $LTO $SNAP /whole_compiler.ml
24
24
25
25
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
29
26
30
27
build $SNAP/bsb_helper.ml : bspack | ./bin/bspack.exe
31
28
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