Skip to content

Commit c2f716b

Browse files
author
Hongbo Zhang
committed
change layout
1 parent 45273a8 commit c2f716b

15 files changed

+11
-11
lines changed

jscomp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lam_fold.ml: lambda_fold.mlp lambda.mlp
2020
@echo "Regenrating lambda_map.ml"
2121
$(CAMLP4OF) -filter map -filter trash -impl $< -printer o > $@
2222

23-
./bin/bsc: _build/ext/ext.cmxa _build/common/common.cmxa _build/syntax/syntax.cmxa _build/core.cmxa
23+
./bin/bsc: _build/ext/ext.cmxa _build/common/common.cmxa _build/depends/depends.cmxa _build/syntax/syntax.cmxa _build/core.cmxa
2424
echo "Linking"
2525
$(NATIVE) -g -linkall -o $@ -I +compiler-libs ocamlcommon.cmxa $^ 2>>build.compile
2626
# Note: we can remove main.cmx since we have js_main.cmx which use [js_implementation.implementation],
@@ -40,7 +40,7 @@ release:snapshot
4040
$(NATIVE) -w -a -I bin -I +compiler-libs ocamlcommon.cmxa unix.cmxa $^ -o $@
4141

4242
## order matters
43-
_build/ocamlpack: _build/ext/ext.cmxa _build/common/common.cmxa _build/syntax/pack.cmxa _build/syntax/ocaml_pack_main.cmx
43+
_build/ocamlpack: _build/ext/ext.cmxa _build/common/common.cmxa _build/depends/depends.cmxa _build/depends/ocaml_pack_main.cmx
4444
$(NATIVE) -I +compiler-libs ocamlcommon.cmxa unix.cmxa $^ -o $@
4545

4646
snapshot: ./bin/ocamlpack snapshotcmj

jscomp/_tags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<ext>:include
44
<syntax>:include
55
<common>:include
6+
<depends>:include
67
true: warn(-40)
78
true: debug
89
true: -traverse

jscomp/bin/ocamlpack.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(** Bundled by ocamlpack 08/10-14:15 *)
1+
(** Bundled by ocamlpack 08/10-15:00 *)
22
module Bs_exception : sig
33
#1 "bs_exception.mli"
44
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)