Follow-up Comment #2, bug #60774 (project make):
Thanks for your report, Mike.
make uses file locking on stdout to synchronize output.
int fd = fileno(STDOUT);
fcntl (fd, F_SETLKW, &fl);
After fcntl return make prints its output.
In your case another process has /dev/null locked. With make's stdout
redirected to /dev/null, make blocks in this call to fcntl.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?60774>
_______________________________________________
Сообщение отправлено по Savannah
https://savannah.gnu.org/