[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9863)

Aleksey Nogin nogin at metaprl.org
Fri Dec 8 17:26:45 PST 2006


Module name: OMake Build System [0.9.8.x]
Changes by: nogin at metaprl.org (Aleksey Nogin)
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:
    +17 -6	omake-branches/0.9.8.x/src/build/omake_build_tee.ml
 
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-12.html#06/12/08.17:26:45



More information about the OMake-CVS mailing list