Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-11-08 18:27:03 -0800 (Sat, 08 Nov 2003)
Revision: 261
Log message:

      Save aborted commands in the cache.  This addresses the issue in
      bug #110, where -k would try to build failed targets multiple times.
      

Changes  Path
+82 -42 omake/src/build/omake_build.ml
+5 -1 omake/src/build/omake_build_type.ml
+8 -8 omake/src/build/omake_builtin.ml
+1 -1 omake/src/build/omake_builtin.mli
+1 -1 omake/src/eval/omake_target.mli
+28 -16 omake/src/ir/omake_cache.ml
+21 -21 omake/src/ir/omake_cache.mli
+12 -9 omake/src/ir/omake_cache_type.ml