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

Jason J. Hickey jyh at cs.caltech.edu
Sat May 12 17:56:01 PDT 2007


Add a "build" function, so that builds can be performed from
osh scripts (the function may be called only from osh).

----
Changes:
    +100 -20	omake-branches/0.9.8.x/src/build/omake_build.ml
    +5 -3	omake-branches/0.9.8.x/src/build/omake_build.mli
    +28 -0	omake-branches/0.9.8.x/src/builtin/omake_builtin_target.ml
    +6 -0	omake-branches/0.9.8.x/src/env/omake_env.ml
    +1 -0	omake-branches/0.9.8.x/src/env/omake_env.mli
    +6 -0	omake-branches/0.9.8.x/src/ir/omake_options.ml
    +2 -0	omake-branches/0.9.8.x/src/ir/omake_options.mli
    +3 -3	omake-branches/0.9.8.x/src/ir/omake_state.ml
    +3 -3	omake-branches/0.9.8.x/src/ir/omake_state.mli
    +1 -0	omake-branches/0.9.8.x/src/main/omake_shell.ml
 
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2007-05.html#07/05/12.17:56:01



More information about the OMake-CVS mailing list