Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2006-07-13 12:22:16 -0700 (Thu, 13 Jul 2006)
Revision: 9441
Log message:

      This changes the way that .BUILD_* targets are built.
      
      They are still called .BUILD_BEGIN, .BUILD_SUCCESS, and
      .BUILD_FAILURE.  However, instead of mixing these targets
      into the main build graph, we build them with a fresh
      set of worklist queues.
      
      Note, FAM events during the .BUILD_* phases are queued
      and processed once the phase is done.
      
      Also, any dependencies are pulled off of the main worklist
      during a .BUILD phase.  I think this should be changed.
      

Changes  Path
+132 -86 omake-branches/0.9.8.x/src/build/omake_build.ml
+18 -12 omake-branches/0.9.8.x/src/build/omake_build_type.ml