
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
Description
Languages
C
78.2%
Roff
10.2%
Assembly
4.6%
Shell
3.7%
Makefile
1.6%
Other
1.2%