Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-08 17:26:45 -0800 (Fri, 08 Dec 2006)
Revision: 9863
Log message:
Added a hack to keep retrying unlinking those diversion files that we failed to unlink. This is needed on Windows, where some unrelated threads might still have a handle to the diversion file.
The correct approach would probably be to set the close_on_exec flag for the diversion fd _after_ all the threads related to a job have been spawned, but I am too lazy for that.
Changes | Path |
+17 -6 | omake-branches/0.9.8.x/src/build/omake_build_tee.ml |