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.