There is no way to do this (in GNU make). The only possible way would be to add a template stanza to all your recipes so that in case of failure you could catch the failure and use killall or something similar to kill all make instances. Difficult and dangerous.
Of course, you can always press CTRL-C to stop doing.