Home
last modified time | relevance | path

Searched refs:OP_MAKE (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bmake/
H A Dtarg.c400 { OP_MAKE, false, "MAKE" }, in Targ_PrintType()
H A Dmake.c146 ADD(OP_MAKE); in GNodeType_ToString()
210 return !((gn->type & OP_MAKE) in GNode_ShouldExecute()
H A Dcompat.c589 if (!opts.touch || (gn->type & OP_MAKE)) { in MakeUnmade()
H A Dmake.h328 OP_MAKE = 1 << 9, enumerator
H A Djob.c1489 (job->node->type & (OP_MAKE | OP_SUBMAKE))) { in JobExec()
1691 } else if (((gn->type & OP_MAKE) && !opts.noRecursiveExecute) || in Job_Make()
H A Dparse.c277 { ".MAKE", SP_ATTRIBUTE, OP_MAKE },
298 { ".RECURSIVE", SP_ATTRIBUTE, OP_MAKE },
H A Dmeta.c424 SKIP_META_TYPE(OP_MAKE, "MAKE"); in meta_needed()
H A Dmain.c2071 quietly = (gn != NULL && (gn->type & OP_MAKE)) ? 1 : 0;