File tree Expand file tree Collapse file tree 4 files changed +193
-189
lines changed Expand file tree Collapse file tree 4 files changed +193
-189
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,10 @@ lam_fold.ml: lambda_fold.mlp lambda.mlp
31
31
32
32
release :snapshot
33
33
$(MAKE ) releasebuild
34
- ocamlbuild -lflags -no-check-prims -use-ocamlfind -I bin -no-hygiene -pkgs compiler-libs.common -no-links bin/reason.byte
35
- js_of_ocaml -I +compiler-libs --toplevel +weak.js +toplevel.js ./polyfill.js _build/bin/reason.byte -I ./runtime/ --file js.cmi:/cmis/js.cmi --file js_unsafe.cmi:/cmis/js_unsafe.cmi --file js_re.cmi:/cmis/js_re.cmi -o bin/compiler.js
34
+ # ocamlbuild -no-ocamlfind -lflags -no-check-prims -use-ocamlfind -I bin -no-hygiene -pkgs compiler-libs.common -no-links bin/reason.byte
35
+ # js_of_ocaml -I +compiler-libs --toplevel +weak.js +toplevel.js ./polyfill.js _build/bin/reason.byte -I ./runtime/ --file js.cmi:/cmis/js.cmi --file js_unsafe.cmi:/cmis/js_unsafe.cmi --file js_re.cmi:/cmis/js_re.cmi -o bin/compiler.js
36
+
37
+ # TODO: seems dependency on jsoo and reason should not block our release
36
38
37
39
38
40
# Note: this target also built bin/bsc which is used in release mode
@@ -67,12 +69,14 @@ bootbspack: ./bin/bspack
67
69
@echo " Bootstrap seems finished, please check diffs in bspack"
68
70
git diff bin/bspack.ml
69
71
70
- releasebuild :
72
+ releasebuild :./bin/bspack
71
73
@echo " Make release compiler"
72
74
$(NATIVE ) -g -inline 1000 -linkall -w -a -I +compiler-libs -I bin ocamlcommon.cmxa bin/compiler.mli bin/compiler.ml -o bin/bsc
73
75
74
76
@echo "Make release ppx"
75
77
$(NATIVE) -g -inline 1000 -linkall -w -a -I +compiler-libs -I bin ocamlcommon.cmxa bin/bs_ppx.mli bin/bs_ppx.ml -o bin/bsppx
78
+
79
+
76
80
stdlib :
77
81
cd stdlib && ./build.sh
78
82
Original file line number Diff line number Diff line change 1
- (* * Bundled by bspack 08/23-11:37 *)
1
+ (* * Bundled by bspack 08/23-11:54 *)
2
2
module String_map : sig
3
3
#1 " string_map.mli"
4
4
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
You can’t perform that action at this time.
0 commit comments