OP_MAKE
if (!opts.touch || (gn->type & OP_MAKE)) {
&& (job->node->type & (OP_MAKE | OP_SUBMAKE)) == 0) {
if (job->node->type & (OP_MAKE | OP_SUBMAKE)) {
} else if (((gn->type & OP_MAKE) && !opts.noRecursiveExecute) ||
quietly = gn != NULL && gn->type & OP_MAKE ? 1 : 0;
ADD(OP_MAKE);
return !(gn->type & OP_MAKE
SKIP_META_TYPE(OP_MAKE, "MAKE");
&& (gn->type & (OP_MAKE | OP_META)) == 0) {
{ ".MAKE", SP_ATTRIBUTE, OP_MAKE },
{ ".RECURSIVE", SP_ATTRIBUTE, OP_MAKE },
{ OP_MAKE, false, "MAKE" },