=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/job.c,v retrieving revision 1.144 retrieving revision 1.145 diff -u -r1.144 -r1.145 --- src/usr.bin/make/job.c 2019/12/31 13:59:14 1.144 +++ src/usr.bin/make/job.c 2020/01/04 12:50:52 1.145 @@ -1,4 +1,4 @@ -/* $OpenBSD: job.c,v 1.144 2019/12/31 13:59:14 espie Exp $ */ +/* $OpenBSD: job.c,v 1.145 2020/01/04 12:50:52 espie Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* @@ -546,8 +546,7 @@ } else if (job->exit_type != JOB_EXIT_OKAY && keepgoing) free(job); - if (errorJobs != NULL && !keepgoing && - aborting != ABORT_INTERRUPT) + if (errorJobs != NULL && aborting != ABORT_INTERRUPT) aborting = ABORT_ERROR; if (aborting == ABORT_ERROR && DEBUG(QUICKDEATH))