Changes by: Jason J. Hickey (jyh at cs.caltech.edu)
Date: 2007-05-12 17:56:01 -0700 (Sat, 12 May 2007)
Revision: 10723
Log message:

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

Changes  Path
+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