Is there any way to make parallel invocations of GNU make (ie. make -jN) cease ALL compilation immediately whenever it encounters an error?
Currently I see a "Waiting for unfinished jobs" message & then many lines of output whilst existing make processes finish.