Lionel Sambuc 7d98eee859 usr.bin/make: -j fix
The job option enable the usage of pipes to communicate with sub-makes.

On MINIX, it seems that there is possibility of receiving an EAGAIN on
such reads, even when it had previously been tested for POLLIN using
poll().

This patch is a workaround, by wrapping the read operation within a
do {} while(errno == EAGAIN && ...) loop.

Change-Id: Ia184c4d600efe7218d197820df87761604120862
2014-07-28 17:05:15 +02:00
..
2014-03-01 09:05:01 +01:00
2014-07-28 17:05:11 +02:00
2012-04-09 18:08:26 +02:00
2014-03-03 20:47:06 +01:00
2014-03-02 12:28:31 +01:00
2014-07-28 17:05:10 +02:00
2014-03-03 20:47:06 +01:00
2014-07-28 17:05:14 +02:00
2014-07-28 17:05:15 +02:00
2014-03-01 09:05:02 +01:00
2013-02-26 09:44:20 +00:00