Home | History | Annotate | Download | only in make-3.81

Lines Matching full:update_file

63 static int update_file PARAMS ((struct file *file, unsigned int depth));
155 x = update_file (file, rebuilding_makefiles ? 1 : 0);
159 by calling update_file above. We check this flag below to
286 update_file (struct file *file, unsigned int depth)
339 status |= update_file (d->file, depth + 1);
572 dep_status |= update_file (d->file, depth);
952 dep_status = update_file (file, depth);