Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-07 13:13:20 -0800 (Thu, 07 Dec 2006)
Revision: 9842
Log message:

      Omake_build.wait_all function ("*** omake: waiting for all jobs to finish"
      when an OMakefile have changed) was resulting in an infinite loop - fixed.
      
      P.S. This demonstrates why using "let _ = ... in" is a bad idea and should be
      avoided when "let () = ... in" or "ignore(...); " suffice.
      

Changes  Path
+6 -5 omake-branches/0.9.8.x/src/build/omake_build.ml