=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/job.c,v retrieving revision 1.146 retrieving revision 1.147 diff -c -r1.146 -r1.147 *** src/usr.bin/make/job.c 2020/01/04 16:16:37 1.146 --- src/usr.bin/make/job.c 2020/01/13 14:14:24 1.147 *************** *** 1,4 **** ! /* $OpenBSD: job.c,v 1.146 2020/01/04 16:16:37 espie Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: job.c,v 1.147 2020/01/13 14:14:24 espie Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* *************** *** 569,578 **** * is set, so jobs that would fork new processes are accumulated in the * heldJobs list instead. * ! * This heuristics is also used on error exit: we display silent commands ! * that failed, unless those ARE expensive commands: expensive commands ! * are likely to not be failing by themselves, but to be the result of ! * a cascade of failures in descendant makes. */ void determine_expensive_job(Job *job) --- 569,578 ---- * is set, so jobs that would fork new processes are accumulated in the * heldJobs list instead. * ! * XXX This heuristics is also used on error exit: we display silent commands ! * that failed, unless those ARE expensive commands: expensive commands are ! * likely to not be failing by themselves, but to be the result of a cascade of ! * failures in descendant makes. */ void determine_expensive_job(Job *job)