Home
last modified time | relevance | path

Searched refs:any_recurse (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dcommands.h29 int any_recurse; /* Nonzero if any `lines_recurse' elt has */ member
Dcommands.c331 cmds->any_recurse = 0; in chop_commands()
359 cmds->any_recurse |= flags & COMMANDS_RECURSE; in chop_commands()
Dremake.c814 if (file->cmds != 0 && file->cmds->any_recurse) in notice_finished_file()
1121 if (!touch_flag || file->cmds->any_recurse) in remake_file()