[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.124 and 1.125

version 1.124, 2012/09/21 07:55:20 version 1.125, 2012/09/21 08:18:40
Line 163 
Line 163 
 print_errors(void)  print_errors(void)
 {  {
         Job *j;          Job *j;
           const char *previous = NULL;
   
         fprintf(stderr, "\nStop in %s%c\n", Var_Value(".CURDIR"),          fprintf(stderr, "\nStop in %s%c\n", Var_Value(".CURDIR"),
             errorJobs ? ':' : '.');              errorJobs ? ':' : '.');
         const char *previous = NULL;  
   
         for (j = errorJobs; j != NULL; j = j->next) {          for (j = errorJobs; j != NULL; j = j->next) {
                 const char *type;                  const char *type;

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.125