Searched refs:OP_MAKE (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | targ.c | 400 { OP_MAKE, false, "MAKE" }, in Targ_PrintType()
|
H A D | make.c | 146 ADD(OP_MAKE); in GNodeType_ToString() 210 return !((gn->type & OP_MAKE) in GNode_ShouldExecute()
|
H A D | compat.c | 589 if (!opts.touch || (gn->type & OP_MAKE)) { in MakeUnmade()
|
H A D | make.h | 328 OP_MAKE = 1 << 9, enumerator
|
H A D | job.c | 1489 (job->node->type & (OP_MAKE | OP_SUBMAKE))) { in JobExec() 1691 } else if (((gn->type & OP_MAKE) && !opts.noRecursiveExecute) || in Job_Make()
|
H A D | parse.c | 277 { ".MAKE", SP_ATTRIBUTE, OP_MAKE }, 298 { ".RECURSIVE", SP_ATTRIBUTE, OP_MAKE },
|
H A D | meta.c | 424 SKIP_META_TYPE(OP_MAKE, "MAKE"); in meta_needed()
|
H A D | main.c | 2071 quietly = (gn != NULL && (gn->type & OP_MAKE)) ? 1 : 0;
|