stop build of kernel when there is a compilation error when using make -j

Valdis.Kletnieks at vt.edu Valdis.Kletnieks at vt.edu
Wed Sep 11 13:30:27 EDT 2013


On Wed, 11 Sep 2013 14:14:05 -0000, binoy.jayan at wipro.com said:
> Did you try   "make -S"

Actually, that's the default, and -S only exists so you can cancel an
inherited -k from above.  The problem is that if 'make -j4' launches
4 sub-makes, the one that hits the error of course stops right away,
but the other three will keep going until they come up for air, which
can take some time....

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 865 bytes
Desc: not available
Url : http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130911/22984e68/attachment.bin 


More information about the Kernelnewbies mailing list