[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.70 and 1.71

version 1.70, 2021/10/25 19:54:29 version 1.71, 2023/05/30 04:42:21
Line 84 
Line 84 
 #include "extern.h"  #include "extern.h"
 #include "lst.h"  #include "lst.h"
 #include "timestamp.h"  #include "timestamp.h"
   #include "main.h"
 #include "make.h"  #include "make.h"
 #include "pathnames.h"  #include "pathnames.h"
 #include "error.h"  #include "error.h"
Line 210 
Line 211 
                 fflush(stdout);                  fflush(stdout);
         else {          else {
                 print_errors();                  print_errors();
                   dump_unreadable();
                 Punt(NULL);                  Punt(NULL);
         }          }
 }  }

Legend:
Removed from v.1.70  
changed lines
  Added in v.1.71