[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.140 and 1.141

version 1.140, 2017/12/19 13:51:13 version 1.141, 2019/12/21 15:28:17
Line 536 
Line 536 
                 /* As long as we aren't aborting and the job didn't return a                  /* As long as we aren't aborting and the job didn't return a
                  * non-zero status that we shouldn't ignore, we call                   * non-zero status that we shouldn't ignore, we call
                  * Make_Update to update the parents. */                   * Make_Update to update the parents. */
                 job->node->built_status = MADE;                  job->node->built_status = REBUILT;
                 Make_Update(job->node);                  Make_Update(job->node);
                 free(job);                  free(job);
         }          }

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141