Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2007-06-29 09:43:46 -0700 (Fri, 29 Jun 2007)
Revision: 11173
Log message:

      (Bug 680) include the running time in the "- exit" messages (e.g. when
     --print-exit is enabled). One issue is that this only indicates when OMake
     have _noticed_ that the command have finished, which may be quite inaccurate
     in parallel builds (where OMake may be busy setting up parallel jobs and not
     paying attention).

Changes  Path
+20 -22 omake-branches/0.9.8.x/src/exec/omake_exec_local.ml
+2 -2 omake-branches/0.9.8.x/src/exec/omake_exec_print.ml
+2 -2 omake-branches/0.9.8.x/src/exec/omake_exec_remote.ml
+5 -4 omake-branches/0.9.8.x/src/exec/omake_exec_type.ml