Sept. 11, 2013
5:30 p.m.
On Wed, 11 Sep 2013 14:14:05 -0000, binoy.jayan@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....