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 make that has

[bug #26887] intermediate files declared INTERMEDIATE are made PRECIOUS

2009-08-03 Thread Paul D. Smith
Update of bug #26887 (project make): Status:None = Fixed Assigned to:None = psmith Open/Closed:Open = Closed Fixed Release:

Re: Segmentation fault in make-3.81

2009-08-03 Thread Philip Guenther
On Mon, Aug 3, 2009 at 2:22 AM, Glenn Coombsglenn.coo...@googlemail.com 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

make doesn't rebuild file when I expect it to

2009-08-03 Thread Dmitri Gribenko
Hello, Here is a very simplified version of my makefile for latex. All actual commands have been replaced by 'touch'. There is a text.tex and a directory for images. Images are in svg format and have to be converted to eps before running latex. $ mkdir test-dir $ cd test-dir $ cat Makefile

Re: make doesn't rebuild file when I expect it to

2009-08-03 Thread Paul Smith
On Tue, 2009-08-04 at 07:16 +0300, Dmitri Gribenko wrote: Here is a very simplified version of my makefile for latex. All actual commands have been replaced by 'touch'. There is a text.tex and a directory for images. Images are in svg format and have to be converted to eps before running