Lines Matching defs:target
641 /* Build the target .DONE or .FAILED if we caught an error */
701 line = get_prop(rp->target->prop, line_prop);
727 * current_target Sometimes the current target is removed
731 * touch Current target is not removed if -t on
803 if (rp->target->is_member &&
804 ((member = get_prop(rp->target->prop, member_prop)) !=
806 rp->target = member->body.member.library;
811 !(rp->target->stat.is_precious || all_precious)) {
813 rp->target->stat.time = file_no_time;
814 if (exists(rp->target) != file_doesnt_exist) {
817 rp->target->string_mb);
818 if (rp->target->stat.is_dir) {
821 rp->target->string_mb);
822 } else if (unlink(rp->target->string_mb) == 0) {
825 rp->target->string_mb);
829 rp->target->string_mb,
1002 gettext(" [ -q ][ -r ][ -s ][ -S ][ -t ][ -v ][ -V ][ target... ][ macro=value... ][ \"macro +=value\"... ]\n"));
1474 case 'T': /* Print target list */
1725 * default_target_to_build Set to first proper target from file
2244 * is changed by using .POSIX target in makefile we need
2767 * default_target_to_build First proper target in makefile
2823 * If we can't execute the current target in
2824 * parallel, hold off the target processing
3004 * report_recursion(target)
3010 * target Target to report
3018 report_recursion(register Name target)
3037 report_dependency(target->string_mb);