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

Diff for /src/usr.bin/make/error.c between version 1.15 and 1.16

version 1.15, 2007/11/03 10:41:48 version 1.16, 2008/01/12 13:08:59
Line 140 
Line 140 
 {  {
         Job_Wait();          Job_Wait();
         if (errors != 0) {          if (errors != 0) {
                 Error("make pid #%ld: %d error%s in directory %s:", (long)getpid(),                  Error("Stop in %s:", Var_Value(".CURDIR"));
                     errors, errors == 1 ? "" : "s",  
                     Var_Value(".CURDIR"));  
         }          }
         print_errors();          print_errors();
         if (DEBUG(GRAPH2))          if (DEBUG(GRAPH2))

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16