Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2005-05-04 13:21:47 -0700 (Wed, 04 May 2005)
Revision: 953
Log message:

      (Bug 400) Fixed the issue with progress bar not being at 100% when the beuild
      completes. This was caused by the fact that the optional targets were created
      with "Succeeded" status right away and they were counted towards the total,
      but not towards the progress. I've added a separate counted for these
      commands, and subtract it from totals.
      
      Also, when the build fails, I added a message that tells how far we've gotten.
      

Changes  Path
+7 -1 omake/src/build/omake_build.ml
+1 -0 omake/src/build/omake_build_type.ml