Re: Segmentation fault in make-3.81

2009-08-03 Thread Philip Guenther
On Mon, Aug 3, 2009 at 2:22 AM, Glenn Coombs wrote: ... > You're quite right and your solution above is indeed the sensible way to > write it :-) However, I'd just been reading about the new features added in > make 3.81 and was experimenting. Well, be careful: $(eval) is great for removing finger

Re: Segmentation fault in make-3.81

2009-08-03 Thread Glenn Coombs
-Original Message- From: Philip Guenther [mailto:guent...@gmail.com] Sent: 31 July 2009 20:53 To: glenn.coo...@gmail.com Cc: bug-make@gnu.org Subject: Re: Segmentation fault in make-3.81 > Is there some reason that you didn't use the solution that works in every > version of ma

Re: Segmentation fault in make-3.81

2009-07-31 Thread Philip Guenther
On Fri, Jul 31, 2009 at 8:03 AM, Glenn Coombs wrote: ... > I encountered this issue when I added the eval at line 18 so that I could > set CHIPNAME to the uppercase of the filename stub. Is there some reason that you didn't use the solution that works in every version of make that has ever been wr

Segmentation fault in make-3.81

2009-07-31 Thread Glenn Coombs
Hi, The attached makefile causes a segmentation fault if run with make -j2 (or anything higher than -j1). It does sometimes run with no error but 50% of the time I get a segmentation fault. This is on a machine running CentOS release 4.6, kernel 2.6.9-67.ELsmp. To reproduce just run: make setu