Module name: OMake Build System
Changes by: jyh@xxxxxxxxxxxxxx 05/04/19 18:47:13
Modified files:
./: OMakeroot.src omake_env.ml omake_env.mli omake_exn_print.ml
omake_rule.ml omake_shell.ml omake_symbol.ml
Log message:
Due to Aleksey's (implicit) suggestion, I've redefined the variables:
ABORT_ON_COMMAND_ERROR: if defined and true, raises an
exception whenever a shell command terminates abnormally.
EXIT_ON_UNCAUGHT_EXCEPTION: if defined and true, causes
osh to exit abnormally whenver an exception is not
caught.
Revision Changes Path
1.77 +2 -2 omake/OMakeroot.src
1.49 +0 -1 omake/omake_env.ml
1.28 +0 -1 omake/omake_env.mli
1.9 +0 -4 omake/omake_exn_print.ml
1.27 +2 -2 omake/omake_rule.ml
1.7 +14 -3 omake/omake_shell.ml
1.11 +2 -1 omake/omake_symbol.ml
---
Hyperlinked version of this commit is available at
http://cvs.cs.cornell.edu:12000/commitlogs/omake/2005-04.html#05/04/19.18:47:13
|