[BACK]Return to job.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / make

Diff for /src/usr.bin/make/job.c between version 1.146 and 1.147

version 1.146, 2020/01/04 16:16:37 version 1.147, 2020/01/13 14:14:24
Line 569 
Line 569 
  * is set, so jobs that would fork new processes are accumulated in the   * is set, so jobs that would fork new processes are accumulated in the
  * heldJobs list instead.   * heldJobs list instead.
  *   *
  * This heuristics is also used on error exit: we display silent commands   * XXX This heuristics is also used on error exit: we display silent commands
  * that failed, unless those ARE expensive commands: expensive commands   * that failed, unless those ARE expensive commands: expensive commands are
  * are likely to not be failing by themselves, but to be the result of   * likely to not be failing by themselves, but to be the result of a cascade of
  * a cascade of failures in descendant makes.   * failures in descendant makes.
  */   */
 void  void
 determine_expensive_job(Job *job)  determine_expensive_job(Job *job)

Legend:
Removed from v.1.146  
changed lines
  Added in v.1.147