Xref: news2.mv.net comp.os.msdos.djgpp:4434 From: Roland Exler Newsgroups: comp.os.msdos.djgpp Subject: Re: make deletes files needed?! Date: Fri, 31 May 1996 14:10:09 -0700 Organization: Institute for el. Measurement, University of Linz, Austria Lines: 25 Message-ID: <31AF6031.2492@jk.uni-linz.ac.at> References: NNTP-Posting-Host: sensor4.emt.uni-linz.ac.at Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp According to my question Bill Currie wrote: > You need the following line somewhere in your makefile (tested). See 'info make > imp chain' for more info on intermediate files. > > .PRECIOUS: $(addprefix $(OUT_DIR),$(LMS_ERR)) > ... rest deleted > This should help > Bill It helps, but info says, that .PRECIOUS is only needed if the intermediate files are not mentioned in the makefile - but they are! Else make would not remake them if invoked again and doesn't delete them on the second pass. It looks for me as if there is a real bug in make! Thanks anyway, Roland +---------------------------------------+---------------------------+ I Roland Exler I EMAIL: I I Universitaet Linz I R DOT Exler AT jk DOT uni-linz DOT ac DOT at I I Institut fuer Elektrische Messtechnik I I I Altenbergerstr. 69 I Phone: I I A-4040 Linz, AUSTRIA I + 43 732 2468 9205 I +---------------------------------------+---------------------------+