|
45 | 45 | instrtrace.c caml/opnames.h prims.c)
|
46 | 46 | (action
|
47 | 47 | (progn
|
48 |
| - (bash "touch .depend") ; hack. |
49 |
| - (run make -j8 %{targets} COMPUTE_DEPS=false) |
50 |
| - (bash "rm -f .depend")))) |
| 48 | + (run make %{targets})))) |
51 | 49 |
|
52 | 50 | (rule
|
53 | 51 | (targets prims.c)
|
|
71 | 69 | caml/domain_state.tbl eventlog.c prims.c)
|
72 | 70 | (action
|
73 | 71 | (progn
|
74 |
| - (bash "touch .depend") ; hack. |
75 |
| - (run make -j8 %{targets}) |
76 |
| - (bash "rm -f .depend")))) |
77 |
| - |
78 |
| -; Why isn't .depend present under _build? |
| 72 | + (run make %{targets})))) |
79 | 73 |
|
80 | 74 | (rule
|
81 | 75 | (targets ld.conf)
|
|
91 | 85 | ; (run make -j8 %{targets})
|
92 | 86 | ; (bash "chmod o+w %{targets}"))))
|
93 | 87 | ;
|
| 88 | + |
94 | 89 | (rule
|
95 | 90 | (targets ocamlrun)
|
96 | 91 | (deps libcamlrun.a prims.o)
|
97 | 92 | (action
|
98 | 93 | (progn
|
99 |
| - (bash "touch .depend") ; hack. |
100 |
| - (run make -j8 %{targets}) |
101 |
| - (bash "rm -f .depend")))) |
| 94 | + (run make %{targets})))) |
102 | 95 |
|
103 | 96 | (rule
|
104 | 97 | (targets ocamlrund)
|
|
107 | 100 | (deps libcamlrund.a prims.o ocamlrun)
|
108 | 101 | (action
|
109 | 102 | (progn
|
110 |
| - (bash "touch .depend") ; hack. |
111 |
| - (run make -j8 %{targets}) |
112 |
| - (bash "rm -f .depend")))) |
| 103 | + (run make %{targets})))) |
113 | 104 |
|
114 | 105 | (rule
|
115 | 106 | (targets ocamlruni)
|
116 | 107 | (deps libcamlruni.a prims.o ocamlrund)
|
117 | 108 | (action
|
118 | 109 | (progn
|
119 |
| - (bash "touch .depend") ; hack. |
120 |
| - (run make -j8 %{targets}) |
121 |
| - (bash "rm -f .depend")))) |
| 110 | + (run make %{targets})))) |
122 | 111 |
|
123 | 112 | (library
|
124 | 113 | (name runtime_byte)
|
|
0 commit comments