Re: Regression on Cygwin: Problems with parallel make in 4.4

2023-03-13 Thread Ken Brown
On 3/13/2023 9:15 AM, Paul Smith wrote: On Sun, 2023-03-12 at 11:25 -0400, Ken Brown wrote: If I'm right, the solution would seem to be to disable the use of pselect on Cygwin when the jobserver is using a fifo.  I'll try that on a local build of make and see if I can still reproduce the problem

Re: Regression on Cygwin: Problems with parallel make in 4.4

2023-03-13 Thread Paul Smith
On Sun, 2023-03-12 at 11:25 -0400, Ken Brown wrote: > > If I'm right, the solution would seem to be to disable the use of > > pselect on Cygwin when the jobserver is using a fifo.  I'll try > > that on a local build of make and see if I can still reproduce the > > problem. > > Never mind.  My spe