Home
last modified time | relevance | path

Searched refs:touch_flag (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dremake.c83 int t = touch_flag, q = question_flag, n = just_print_flag; in update_goal_chain()
141 touch_flag = t; in update_goal_chain()
146 touch_flag = question_flag = just_print_flag = 0; in update_goal_chain()
262 touch_flag = t; in update_goal_chain()
805 if (touch_flag in notice_finished_file()
858 if (question_flag || just_print_flag || touch_flag) in notice_finished_file()
1121 if (!touch_flag || file->cmds->any_recurse) in remake_file()
Dmake.h505 extern int print_data_base_flag, question_flag, touch_flag, always_make_flag;
Dmain.c146 int touch_flag; variable
410 { 't', flag, (char *) &touch_flag, 1, 1, 1, 0, 0, "touch" },
Dfile.c346 if (question_flag || touch_flag || all_secondary) in remove_intermediates()
Djob.c1047 if (touch_flag && !(flags & COMMANDS_RECURSE)) in start_job_command()