> From: Oleksandr Gavenko
> Date: Sat, 12 Jan 2013 11:17:17 +0200
> Cc: bug-make@gnu.org, help-m...@gnu.org
>
> On 2013-01-12, Eli Zaretskii wrote:
>
> >> Date: Fri, 11 Jan 2013 17:57:28 -0800
> >> From: David Boyce
> >> Cc: help-make , bug-make
> >>
> >> % make -j2
> >> sleep 3
> >> while ec
On 2013-01-10, jungsoo.son wrote:
> I always run 'make' with -j8. In this case, when there are a fail it is too
> hard to check the fail.
>
> I want to kill the all sub-make process immediately when the error occurred.
>
> How can i stop build immediately in build fail?
>
I make such example:
.P
On 2013-01-12, Eli Zaretskii wrote:
>> Date: Fri, 11 Jan 2013 17:57:28 -0800
>> From: David Boyce
>> Cc: help-make , bug-make
>>
>> % make -j2
>> sleep 3
>> while echo ok; do sleep 1; done
>> ok
>> ok
>> ok
>> ok
>> exit 1
>> stopping make!
>> make: *** [job2] Terminated
>> make: *** [job1] Ter
On 2013-01-10, jungsoo.son wrote:
How can i stop build immediately in build fail?
There is a patch already for this:
http://lists.gnu.org/archive/html/bug-make/2009-01/msg00035.html
And an example of how it works:
http://ninjaverification.wordpress.com/2009/02/03/continous-integration-system-u
> Date: Fri, 11 Jan 2013 17:57:28 -0800
> From: David Boyce
> Cc: help-make , bug-make
>
> % make -j2
> sleep 3
> while echo ok; do sleep 1; done
> ok
> ok
> ok
> ok
> exit 1
> stopping make!
> make: *** [job2] Terminated
> make: *** [job1] Terminated
> Terminated
Which is dangerous, since when