Follow-up Comment #7, bug #46261 (project make):
using
EINTRLOOP(job_rfd, dup (job_fds[0]));
instead of
job_rfd = dup (job_fds[0]);
in the new_job() subroutine of job.c results in a hang during the parallel
build of gcc 5.2.0 rather than the previous error...
make[5]: *** read jobs pipe: No such file or directory. Stop.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?46261>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
_______________________________________________
Bug-make mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-make