]> git.ipfire.org Git - thirdparty/make.git/commit
Enhance/fix VMS exit code handling.
authorHartmut Becker <becker.ismaning@freenet.de>
Sun, 24 Aug 2014 20:06:15 +0000 (22:06 +0200)
committerPaul Smith <psmith@gnu.org>
Sun, 7 Sep 2014 21:41:59 +0000 (17:41 -0400)
commit8de07f3e4a67fa1c9bd5293d183090ad08b7be6f
tree2214e65558248378dad06d192b14bbd051e38367
parentf970315766906ed789656d87720328b5513e5942
Enhance/fix VMS exit code handling.

* commands.c, function.c, hash.c, job.c, main.c, output.c:
use MAKE exit codes.
* makeint.h: encode make exit codes so that they are VMS compatible.
* job.c: check child exit code for VMS style exit codes.
* vmsjobs.c: save and return VMS style exit code.
commands.c
function.c
hash.c
job.c
main.c
makeint.h
output.c
vmsjobs.c