Re: GNU make 3.80 rc1

2002-07-29 Thread Paul D. Smith
%% "Michael Sterrett -Mr. Bones.-" <[EMAIL PROTECTED]> writes: msb> Attached are two patches against make-3.80rc1 that I *must* msb> apply to GNU make to get it work properly on PTX boxes. Hi Michael; Did you get my response to your patches over the weekend? I'd like to get a new p

Re: GNU make 3.80 rc1

2002-07-26 Thread Paul D. Smith
%% "Michael Sterrett -Mr. Bones.-" <[EMAIL PROTECTED]> writes: msb> Attached are two patches against make-3.80rc1 that I *must* apply to msb> GNU make to get it work properly on PTX boxes. msb> The first adds a new function, atomic_stat() which checks for and msb> loops on EINTR. The se

Re: GNU make 3.80 rc1

2002-07-16 Thread Michael Sterrett -Mr. Bones.-
Paul, Attached are two patches against make-3.80rc1 that I *must* apply to GNU make to get it work properly on PTX boxes. The first adds a new function, atomic_stat() which checks for and loops on EINTR. The second adds EINTR handling to readdir() in dir.c. Both of these si

Re: GNU make 3.80 rc1

2002-07-16 Thread Michael Sterrett -Mr. Bones.-
Does anyone else see "make check" segfaulting on the third test? I think it's because qp is NULL on line 238 in commands.c:set_file_variables() when processing f1.h, but I'd need to spend a lot more time looking at the code in there before I understand it. Paul - if it helps, here's some printf

Re: GNU make 3.80 rc1

2002-07-15 Thread Michael Sterrett -Mr. Bones.-
Paul - I've tried this out on PTX and it needs a couple of patches to run correctly. There are still major problems with the EINTR handling. stat() and readdir() really need to check for EINTR and retry if necessary. I'm sure there are other functions that could use it as well, but those are th