git.annexia.org
/
goals.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf200f4
)
build: Generate complete OCaml dependencies.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 4 Jan 2020 09:49:21 +0000
(09:49 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 4 Jan 2020 09:49:21 +0000
(09:49 +0000)
Because we didn't use -I src on the ocamldep command line, ocamldep
didn't generate the complete set of dependencies.
Goalfile.in
patch
|
blob
|
history
diff --git
a/Goalfile.in
b/Goalfile.in
index
4a80a3f
..
afe6c1e
100644
(file)
--- a/
Goalfile.in
+++ b/
Goalfile.in
@@
-81,7
+81,7
@@
goal depend () =
rm -f %@ %@-t
# Like many existing tools, ocamldep produces make-compatible
# output which doesn't work directly in goals.
- %OCAMLDEP -all -one-line %< |
+ %OCAMLDEP -all -one-line
-I src
%< |
sed 's|[./[:alnum:]]\+|"&"|g' |
sed 's|" "|", "|g' |
sed 's|.*|& ;|' > %@-t