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

Diff for /src/usr.bin/make/engine.c between version 1.59 and 1.60

version 1.59, 2019/12/21 15:31:54 version 1.60, 2019/12/24 13:57:42
Line 702 
Line 702 
         if (!gn || (gn->type & OP_DUMMY))          if (!gn || (gn->type & OP_DUMMY))
                 return NOSUCHNODE;                  return NOSUCHNODE;
   
         gn->built_status = REBUILT;  
   
         job_attach_node(&myjob, gn);          job_attach_node(&myjob, gn);
         while (myjob.exit_type == JOB_EXIT_OKAY) {          while (myjob.exit_type == JOB_EXIT_OKAY) {
                 bool finished = job_run_next(&myjob);                  bool finished = job_run_next(&myjob);

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60