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

Diff for /src/usr.bin/make/targ.c between version 1.76 and 1.77

version 1.76, 2015/01/23 22:35:58 version 1.77, 2016/10/21 16:12:38
Line 215 
Line 215 
         char *name;          char *name;
   
         for (ln = Lst_First(names); ln != NULL; ln = Lst_Adv(ln)) {          for (ln = Lst_First(names); ln != NULL; ln = Lst_Adv(ln)) {
                 name = (char *)Lst_Datum(ln);                  name = Lst_Datum(ln);
                 gn = Targ_FindNode(name, TARG_CREATE);                  gn = Targ_FindNode(name, TARG_CREATE);
                 /* Note: Lst_AtEnd must come before the Lst_Concat so the nodes                  /* Note: Lst_AtEnd must come before the Lst_Concat so the nodes
                  * are added to the list in the order in which they were                   * are added to the list in the order in which they were

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77