Skip to content

Commit 48f835e

Browse files
author
Hongbo Zhang
committed
add bs_ppx a release target
1 parent 5303955 commit 48f835e

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

jscomp/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ snapshot: ./bin/ocamlpack snapshotcmj
4949
snapshotml:./bin/ocamlpack ./bin/compiler.mllib
5050
@echo "Snapshot ml"
5151
$< bin/compiler.mllib > bin/compiler.ml
52+
$< bin/bs_ppx.mllib > bin/bs_ppx.ml
5253
snapshotcmj:
5354
@echo "Collecting cmj files"
5455
ocamlbuild -cflags $(OCAMLBUILD_CFLAGS) -lflags -I,+compiler-libs,ocamlcommon.cmxa js_pack.native --

jscomp/bin/bs_ppx.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-15:32 *)
1+
(** Bundled by ocamlpack 08/11-09:12 *)
22
module String_map : sig
33
#1 "string_map.mli"
44
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.

jscomp/syntax/bs_ppx.mllib renamed to jscomp/bin/bs_ppx.mllib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
include ./syntax.mllib
2+
include ../syntax/syntax.mllib
33

44
../ext/string_map
55
../ext/string_set

jscomp/bin/compiler.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-17:55 *)
1+
(** Bundled by ocamlpack 08/11-09:12 *)
22
module String_map : sig
33
#1 "string_map.mli"
44
(* Copyright (C) 2015-2016 Bloomberg Finance L.P.

0 commit comments

Comments
 (0)