bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH]: Continuing touching files after an error


From: Paul Smith
Subject: Re: [PATCH]: Continuing touching files after an error
Date: Sat, 10 Dec 2011 12:17:14 -0500

On Wed, 2011-12-07 at 16:04 +0200, Atte Peltomäki wrote:
> Hello,
> 
> here's a small fix for a corner case I happened to run into.
> 
> Scenario:
> 
>  Run 'make -t' on an incomplete tree, where a dependency file and 
>  the subdirectory it should be in, are completely missing. Make fails
>  and exits.
> 
> Problem:
> 
>  Run 'make -t -k' to have make continue despite missing dependency.
>  Doesn't work, it still exits early.

Hi Atte.  I don't think this patch is right.  It doesn't seem proper to
me to skip things like notice_finished_file() etc. when -k is provided.

I couldn't quite reproduce the error situation you described.  Can you
provide me with a simple makefile that shows the problem?

Thanks!

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.mad-scientist.net
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]