Home
last modified time | relevance | path

Searched refs:update_file (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dremake.c63 static int update_file PARAMS ((struct file *file, unsigned int depth));
154 x = update_file (file, rebuilding_makefiles ? 1 : 0); in update_goal_chain()
284 update_file (struct file *file, unsigned int depth) in update_file() function
337 status |= update_file (d->file, depth + 1); in update_file()
569 dep_status |= update_file (d->file, depth); in update_file_1()
947 dep_status = update_file (file, depth); in check_dep()
DChangeLog45 * remake.c (update_file): Add alloca(0) to clean up alloca'd
297 many commands got started in update_file.
963 (update_file): If we got an error don't break out to run more
1296 * remake.c (update_file): Don't walk the double-colon chain unless