stop build of kernel when there is a compilation error when using make -j
Kevin Wilson
wkevils at gmail.com
Sun Sep 8 06:33:06 EDT 2013
Hello,
When I run "make" for a kernel tree, it stops immediately on the first
compilation error.
However, when I use "make -j 4" and there an error, it does not
stop immediately because of the parallel build using several CPU cores
Is there a way to cause "make -j 4" to stop on the first compilation error ?
regards,
Kevin
More information about the Kernelnewbies
mailing list