Searched refs:current_target (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc727 * current_target Sometimes the current target is removed
764 if ((current_target != NULL) &&
765 current_target->is_member &&
766 ((member = get_prop(current_target->prop, member_prop)) != NULL)) {
767 current_target = member->body.member.library;
772 (current_target != NULL) &&
773 !(current_target->stat.is_precious || all_precious)) {
777 current_target->stat.time = file_no_time;
779 if (exists(current_target) != file_doesnt_exist) {
782 current_target
[all...]
H A Dglobals.cc74 Name current_target; variable
H A Ddoname.cc1555 * current_target Set to the target we run a command for
1668 current_target = target;
1699 current_target = NULL;
1716 current_target = NULL;
1733 current_target = NULL;
H A Dparallel.cc1483 * current_target Current target being built
1526 current_target = NULL;
/illumos-gate/usr/src/cmd/make/include/mk/
H A Ddefs.h195 extern Name current_target;

Completed in 55 milliseconds