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

Diff for /src/usr.bin/make/compat.c between version 1.85 and 1.86

version 1.85, 2015/01/23 13:38:16 version 1.86, 2016/10/21 16:12:38
Line 283 
Line 283 
          *                          inferiors could not be made due to errors.           *                          inferiors could not be made due to errors.
          */           */
         errors = 0;          errors = 0;
         while ((gn = (GNode *)Lst_DeQueue(targs)) != NULL) {          while ((gn = Lst_DeQueue(targs)) != NULL) {
                 CompatMake(gn, NULL);                  CompatMake(gn, NULL);
   
                 if (gn->built_status == UPTODATE)                  if (gn->built_status == UPTODATE)

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86