help-make
[Top][All Lists]
Advanced

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

Re: How to stop make when an error occurs in a for loop?


From: Stephan Beal
Subject: Re: How to stop make when an error occurs in a for loop?
Date: Tue, 19 Jul 2011 16:14:24 +0200

On Tue, Jul 19, 2011 at 3:23 PM, Warlich, Christof <
address@hidden> wrote:

>    done;
>    @echo ... the exit status is always $$?. So how can I cause make\
>

that second line starts a new subshell. Try:


>    done; \
>    echo ... the exit status is always $$?. So how can I cause make\
>

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/


reply via email to

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