Sept. 8, 2013
10:33 a.m.
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