[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.65 and 1.66

version 1.65, 2007/11/03 14:05:39 version 1.66, 2007/11/06 21:12:23
Line 99 
Line 99 
                         return;                          return;
                 }                  }
   
                 if (Lst_Member(&gn->iParents, pgn) != NULL) {  
                         Varq_Set(IMPSRC_INDEX, Varq_Value(TARGET_INDEX, gn),  
                             pgn);  
                 }  
   
                 /* All the children were made ok. Now cmtime contains the                  /* All the children were made ok. Now cmtime contains the
                  * modification time of the newest child, we need to find out                   * modification time of the newest child, we need to find out
                  * if we exist and when we were modified last. The criteria                   * if we exist and when we were modified last. The criteria
Line 189 
Line 184 
                  * to abort.  */                   * to abort.  */
                 pgn->make = false;                  pgn->make = false;
         else {          else {
                 if (Lst_Member(&gn->iParents, pgn) != NULL) {  
                         Varq_Set(IMPSRC_INDEX, Varq_Value(TARGET_INDEX, gn),  
                             pgn);  
                 }  
                 switch (gn->made) {                  switch (gn->made) {
                 case BEINGMADE:                  case BEINGMADE:
                         Error("Graph cycles through %s\n", gn->name);                          Error("Graph cycles through %s\n", gn->name);

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66