Browse Source

Added diagnostic message to output.c to inform users
when a process has timed out and been killed.

Because timed out processes now emit a diagnostic, I
had to update option_l.jam so we wouldn't break test.sh
when it runs.

Minor cleanup to execunix.c to remove unneeded code
and to set the process exit status as returned from
waitpid. The exit status is used to identify timed
out processes so we can emit a diagnostic to the user.



[SVN r39423]

K. Noel Belcourt 18 years ago
parent
commit
87b9a77812
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit 36e3b43722a9546fc6caa4c54d432dff4540d8a4
+Subproject commit b98a038361214b144e3af67d4a9b798722e4dcc0

粤ICP备19079148号