[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.55 and 1.56

version 1.55, 2007/09/16 10:39:07 version 1.56, 2007/09/16 12:09:36
Line 466 
Line 466 
             if (is_strictly_before(gn->mtime, gn->cmtime))              if (is_strictly_before(gn->mtime, gn->cmtime))
                 gn->mtime = gn->cmtime;                  gn->mtime = gn->cmtime;
             if (DEBUG(MAKE))              if (DEBUG(MAKE))
                 printf("update time: %s\n", Targ_FmtTime(gn->mtime));                  printf("update time: %s\n", time_to_string(gn->mtime));
             if (!(gn->type & OP_EXEC)) {              if (!(gn->type & OP_EXEC)) {
                 pgn->childMade = true;                  pgn->childMade = true;
                 Make_TimeStamp(pgn, gn);                  Make_TimeStamp(pgn, gn);

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56