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

Diff for /src/usr.bin/make/make.c between version 1.59 and 1.60

version 1.59, 2009/05/10 11:07:37 version 1.60, 2009/08/16 09:53:43
Line 246 
Line 246 
                  * on this one.                   * on this one.
                  */                   */
                 if (noExecute || is_out_of_date(Dir_MTime(cgn)))                  if (noExecute || is_out_of_date(Dir_MTime(cgn)))
                         cgn->mtime = now;                          ts_set_from_now(cgn->mtime);
                 if (DEBUG(MAKE))                  if (DEBUG(MAKE))
                         printf("update time: %s\n", time_to_string(cgn->mtime));                          printf("update time: %s\n", time_to_string(cgn->mtime));
         }          }

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60