[BACK]Return to dir.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / make

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/make/dir.c between version 1.66 and 1.67

version 1.66, 2013/03/05 02:04:10 version 1.67, 2013/03/05 22:01:43
Line 145  __RCSID("$NetBSD$");
Line 145  __RCSID("$NetBSD$");
 #include "make.h"  #include "make.h"
 #include "hash.h"  #include "hash.h"
 #include "dir.h"  #include "dir.h"
   #include "job.h"
   
 /*  /*
  *      A search path consists of a Lst of Path structures. A Path structure   *      A search path consists of a Lst of Path structures. A Path structure
Line 1463  Dir_MTime(GNode *gn, Boolean recheck)
Line 1464  Dir_MTime(GNode *gn, Boolean recheck)
                          * so that we give that to the compiler.                           * so that we give that to the compiler.
                          */                           */
                         gn->path = bmake_strdup(fullName);                          gn->path = bmake_strdup(fullName);
                         fprintf(stdout,                          if (!Job_RunTarget(".STALE", gn->fname))
                             "%s: %s, %d: ignoring stale %s for %s, found %s\n",                              fprintf(stdout,
                             progname, gn->fname, gn->lineno,                                  "%s: %s, %d: ignoring stale %s for %s, "
                             makeDependfile, gn->name, fullName);                                  "found %s\n", progname, gn->fname, gn->lineno,
                                   makeDependfile, gn->name, fullName);
                     }                      }
                 }                  }
             }              }

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

CVSweb <webmaster@jp.NetBSD.org>