%% "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
%% Philip Guenther <[EMAIL PROTECTED]> writes:
pg> There are a few serious bugs in 3.80rc1 that I immediately ran
pg> into when testing
Thanks.
--
---
Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make
%% "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
There are a few serious bugs in 3.80rc1 that I immediately ran
into when testing:
1) free() gets called with garbage if opendir() fails.
2) file handles are leaked when processing include files.
3) appending to a simply expanded variable doesn't work.
The patch below fixes all of them, at leas
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
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
TED]
On Sat, 13 Jul 2002 [EMAIL PROTECTED] wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi all.
>
> I'm announcing GNU make 3.80 rc1. I didn't get everything I wanted in
> this release, but I think there's enough there for testing.
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi all.
I'm announcing GNU make 3.80 rc1. I didn't get everything I wanted in
this release, but I think there's enough there for testing.
Things I did not get in include a port to OS/2, some new verbosity
levels, and som