Changes by: Jason Hickey (jyh at cs.caltech.edu)
Date: 2003-10-16 20:03:31 -0700 (Thu, 16 Oct 2003)
Revision: 209
Log message:

      Print a list of unbuilt targets when omake fails.  Also, fail correctly
      when the -k option is used.
      
      1. It is incorrect to squash error codes when -k is used.
      2. Print a list of failed targets when omake finishes with an error.
      

Changes  Path
+13 -3 omake/src/build/omake_build.ml
+1 -1 omake/src/exec/omake_exec_local.ml