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

Jason Hickey jyh at cs.caltech.edu
Thu Jul 13 12:22:18 PDT 2006


Module name: OMake Build System [0.9.8.x]
Changes by: jyh at cs.caltech.edu (Jason Hickey)
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:
    +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
 
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-07.html#06/07/13.12:22:16



More information about the OMake-CVS mailing list