File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44
44
(.runtime_events.objs/byte/runtime_events.cmi as runtime_events/runtime_events.cmi)
45
45
(.runtime_events.objs/byte/runtime_events.cmt as runtime_events/runtime_events.cmt)
46
46
(.runtime_events.objs/byte/runtime_events.cmti as runtime_events/runtime_events.cmti)
47
- (runtime_events_consumer.h as runtime_events_consumer.h)
47
+ (runtime_events_consumer.h as caml/ runtime_events_consumer.h)
48
48
(META as runtime_events/META)
49
49
)
50
50
(section lib)
Original file line number Diff line number Diff line change 21
21
(bash "cat %{h} | tr -d '\\r' | \
22
22
sed -n -e '/^ /s/ \\([A-Z]\\)/ \\&\\&lbl_\\1/gp' -e '/^}/q'"))))
23
23
24
+ (rule
25
+ (targets opnames.h)
26
+ (deps instruct.h ../../Makefile
27
+ ../../Makefile.common
28
+ ../../Makefile.config
29
+ ../../Makefile.build_config
30
+ ../../Makefile.config_if_required
31
+ )
32
+ (action (run make -s -C ../.. COMPUTE_DEPS=false runtime/caml/opnames.h)))
33
+
24
34
(rule
25
35
(targets version.h)
26
36
(mode fallback)
66
76
(intext.h as caml/intext.h)
67
77
(io.h as caml/io.h)
68
78
(lf_skiplist.h as caml/lf_skiplist.h)
79
+ (jumptbl.h as caml/jumptbl.h)
69
80
(m.h as caml/m.h)
70
81
(major_gc.h as caml/major_gc.h)
71
82
(md5.h as caml/md5.h)
74
85
(minor_gc.h as caml/minor_gc.h)
75
86
(misc.h as caml/misc.h)
76
87
(mlvalues.h as caml/mlvalues.h)
88
+ (opnames.h as caml/opnames.h)
77
89
(osdeps.h as caml/osdeps.h)
78
90
(platform.h as caml/platform.h)
79
91
(prims.h as caml/prims.h)
You can’t perform that action at this time.
0 commit comments