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

Diff for /src/usr.bin/make/arch.c between version 1.65 and 1.66

version 1.65, 2007/09/16 11:29:34 version 1.66, 2007/09/16 12:09:36
Line 1035 
Line 1035 
         if (!is_out_of_date(modTimeTOC)) {          if (!is_out_of_date(modTimeTOC)) {
                 if (DEBUG(ARCH) || DEBUG(MAKE))                  if (DEBUG(ARCH) || DEBUG(MAKE))
                         printf("%s modified %s...", RANLIBMAG,                          printf("%s modified %s...", RANLIBMAG,
                             Targ_FmtTime(modTimeTOC));                              time_to_string(modTimeTOC));
                 return is_strictly_before(modTimeTOC, gn->cmtime);                  return is_strictly_before(modTimeTOC, gn->cmtime);
         }          }
         /* A library w/o a table of contents is out-of-date.  */          /* A library w/o a table of contents is out-of-date.  */

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