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

Diff for /src/usr.bin/make/make.c between version 1.28 and 1.29

version 1.28, 2001/11/11 01:19:23 version 1.29, 2001/11/11 06:02:06
Line 781 
Line 781 
     LIST            examine;    /* List of targets to examine */      LIST            examine;    /* List of targets to examine */
     int             errors;     /* Number of errors the Job module reports */      int             errors;     /* Number of errors the Job module reports */
   
     Static_Lst_Init(&toBeMade);      Lst_Init(&toBeMade);
   
     Lst_Clone(&examine, targs, NOCOPY);      Lst_Clone(&examine, targs, NOCOPY);
     numNodes = 0;      numNodes = 0;

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29