File tree Expand file tree Collapse file tree 3 files changed +2
-38
lines changed Expand file tree Collapse file tree 3 files changed +2
-38
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ SYNTAX_SRCS=ast_derive_constructor ast_derive_util ast_exp ast_external ast_lift
187
187
SYNTAX_CMXS =$(addprefix syntax/, $(addsuffix .cmx, $(SYNTAX_SRCS ) ) )
188
188
DEPENDS_SRCS = depends_post_process bs_exception ast_extract binary_ast
189
189
DEPENDS_CMXS =$(addprefix depends/, $(addsuffix .cmx, $(DEPENDS_SRCS ) ) )
190
- CORE_SRCS = type_int_to_string type_util ocaml_stdlib_slots ident_util bs_conditional_initial ocaml_options ocaml_parse lam\
190
+ CORE_SRCS = type_int_to_string type_util ocaml_stdlib_slots bs_conditional_initial ocaml_options ocaml_parse lam\
191
191
lam_print lam_beta_reduce_util lam_inline_util lam_analysis js_cmj_format js_fun_env js_call_info js_closure js_op js_number js_cmj_datasets\
192
192
lam_exit_code j lam_module_ident lam_compile_util lam_stats config_util lam_compile_defs js_map js_fold js_fold_basic js_pass_scope\
193
193
js_op_util js_analyzer js_shake js_exp_make js_long js_of_lam_exception js_of_lam_module js_of_lam_array js_of_lam_block js_of_lam_string\
@@ -458,6 +458,6 @@ clean:
458
458
rm -f bsb/bs_json.ml bsb/sexp_lexer.ml core/js_fold.ml core/js_map.ml
459
459
rm -f common/bs_version.ml
460
460
rm -rf bin/config_whole_compiler.ml
461
- git clean -dfx ext common syntax depends core bsb
461
+ git clean -dfx stubs ext common syntax depends core bsb
462
462
463
463
.PHONY : release releasebuild libs snapshotml force-snapshotml
Original file line number Diff line number Diff line change @@ -293,7 +293,6 @@ core/type_int_to_string.cmx :
293
293
core/type_util.cmx : core/type_int_to_string.cmx common/ext_log.cmx \
294
294
core/type_util.cmi
295
295
core/ocaml_stdlib_slots.cmx :
296
- core/ident_util.cmx : common/ext_log.cmx
297
296
core/bs_conditional_initial.cmx : common/bs_version.cmx \
298
297
core/bs_conditional_initial.cmi
299
298
core/ocaml_options.cmx : common/bs_version.cmx core/ocaml_options.cmi
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments