Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2004-12-19 17:49:57 -0800 (Sun, 19 Dec 2004)
Revision: 718
Log message:

      This was an investigation into distributed builds.
      The decision is made on the granularity of a rule.
      I'm abandoning it, it just won't work this way, because
      the environment has to be marshaled, which is impossible.
      

Changes  Path
Added omake-branches/vpath/ABANDONED
Properties omake-branches/vpath/ABANDONED
+111 -55 omake-branches/vpath/src/build/omake_build.ml
+8 -4 omake-branches/vpath/src/build/omake_build_type.ml
+1 -1 omake-branches/vpath/src/env/omake_env.ml
+3 -3 omake-branches/vpath/src/eval/omake_rule.ml
+18 -6 omake-branches/vpath/src/exec/omake_exec.ml
+2 -2 omake-branches/vpath/src/exec/omake_exec_local.ml
+4 -4 omake-branches/vpath/src/exec/omake_exec_remote.ml
+4 -3 omake-branches/vpath/src/exec/omake_exec_type.ml