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

Lines Matching refs:MERGE

258 	 We must retain TO_FILE and merge FROM_FILE into it.  */
287 /* Merge the dependencies of the two files. */
319 #define MERGE(field) to_file->field |= from_file->field
320 MERGE (precious);
321 MERGE (tried_implicit);
322 MERGE (updating);
323 MERGE (updated);
324 MERGE (is_target);
325 MERGE (cmd_target);
326 MERGE (phony);
327 MERGE (ignore_vpath);
328 #undef MERGE