Changes by: Aleksey Nogin (nogin at metaprl.org)
Date: 2006-12-05 11:26:46 -0800 (Tue, 05 Dec 2006)
Revision: 9812
Log message:

      Renamed and rearranged the --divert-* options. The current "omake --help"
      output now contains:
      
      --output-normal    *:  Relay the output of the rule commands to the OMake
                             output right away. This is the default when no
                             --output-postpone and no --output-only-errors flags
                             are given.
      --output-postpone  *:  [EXPERIMENTAL] Postpone printing command output until
                             a rule terminates.
      --output-only-errors
                         *:  [EXPERIMENTAL] Same as --output-postpone, but
                             postponed output will only be printed for commands
                             that fail.
      --output-at-end    *:  [EXPERIMENTAL] The output of the failed commands will
                             be printed after OMake have stopped.
      
      

Changes  Path
+36 -28 omake-branches/0.9.8.x/doc/src/omake-options.tex
+1 -1 omake-branches/0.9.8.x/lib/Pervasives.om
+4 -4 omake-branches/0.9.8.x/src/build/omake_build.ml
+8 -6 omake-branches/0.9.8.x/src/build/omake_build_tee.ml
+1 -1 omake-branches/0.9.8.x/src/builtin/omake_builtin_rule.ml
+1 -1 omake-branches/0.9.8.x/src/exec/omake_exec_print.ml
+52 -30 omake-branches/0.9.8.x/src/ir/omake_options.ml
+7 -7 omake-branches/0.9.8.x/src/ir/omake_options.mli