[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-07-15 (15:56) |
From: | Daniel_BĂĽnzli <daniel.buenzli@e...> |
Subject: | Re: ocamlbuild, knowing what is being built |
> is there any way to get the targets that are already > being built when a rule is invoked ? Solved that by manually tracking in my rules the targets I build in a global reference, so far this solves my problem but I wonder if there are any concurrency issue that may arise, I don't know how ocamlbuild handles parallel target building. Best, Daniel