* ocamlbuild, knowing what is being built
@ 2010-07-10 12:24 Daniel Bünzli
2010-07-15 15:56 ` Daniel Bünzli
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Bünzli @ 2010-07-10 12:24 UTC (permalink / raw)
To: caml-list
Hello,
I have two mutually dependent targets t1 and t2. They are not
dependent in the sense that one needs the other to be built, they are
dependent in the sense that after the build the build artifacts of one
target needs the artifacts of the other (e.g. think of two webpages
each refering to the other).
In other words if I build t1 I want t2 to be build and vice-versa.
However doing so in my rule with the 'build' argument will result in a
circular build, is there any way to get the targets that are already
being built when a rule is invoked ?
Thanks,
Daniel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-07-15 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-10 12:24 ocamlbuild, knowing what is being built Daniel Bünzli
2010-07-15 15:56 ` Daniel Bünzli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox