Re: GNU make 3.79

2000-06-19 Thread Reid Madsen
Yep. I'm interested. By the way we keep all our development tools (with I2 mods) in Clearcase. Unfortunately, the build process for GNUmake does not work well in a Clearcase environment. Anybody out there doing this successfully? If so, I'd like to talk to them. Reid > MIME-Version: 1.0 >

Re: GNU make 3.79

2000-06-18 Thread Paul D. Smith
This has been found and fixed in the sources a while ago (although it was originally reported as a problem with strip and the Gnome sources, I believe). There's a report in the bug database (see the README file) and a partial patch which may or may not address your usage; the actual fix I made wa

Re: GNU make 3.79

2000-06-17 Thread Reid Madsen
The following test case can be used to demonstrate the bug: a: @echo $(addprefix foo_,) The bug is in the handle_function() func in function.c. Specifically, in the following loop: p=beg; <<< FYI this is redundant! It is initialized in the 'for' nargs = 0; for (p=b