[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.132 and 1.133

version 1.132, 2012/10/23 20:32:21 version 1.133, 2012/11/24 11:05:33
Line 347 
Line 347 
         int dying;          int dying;
   
         if (!errorJobs)          if (!errorJobs)
                 fprintf(stderr, "Stop in %s.\n", shortened_curdir());                  fprintf(stderr, "Stop in %s\n", shortened_curdir());
   
         for (j = errorJobs; j != NULL; j = j->next)          for (j = errorJobs; j != NULL; j = j->next)
                 may_remove_target(j);                  may_remove_target(j);

Legend:
Removed from v.1.132  
changed lines
  Added in v.1.133