[Omake] SVN Commit: OMake Build System [0.9.8.x] (Rev. 9812)
Aleksey Nogin
nogin at metaprl.org
Tue Dec 5 11:26:46 PST 2006
Module name: OMake Build System [0.9.8.x]
Changes by: nogin at metaprl.org (Aleksey Nogin)
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:
+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
----
A hyperlinked version of this commit is available at
http://svn.metaprl.org/commitlogs/omake/2006-12.html#06/12/05.11:26:46
More information about the OMake-CVS
mailing list