Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Djob.c1387 OP_SPECIAL | OP_PHONY)) { in Job_Touch()
1439 !(gn->type & OP_SPECIAL)) { in Job_CheckCommands()
1455 if (gn->mtime != 0 || (gn->type & OP_SPECIAL)) in Job_CheckCommands()
1725 job->special = (gn->type & OP_SPECIAL) != OP_NONE; in Job_Make()
H A Dtarg.c318 endNode->type = OP_SPECIAL; in Targ_GetEndNode()
H A Dmake.h336 OP_SPECIAL = 1 << 12, enumerator
H A Dmake.c152 ADD(OP_SPECIAL); in GNodeType_ToString()
H A Dmeta.c424 SKIP_META_TYPE(OP_SPECIAL, "SPECIAL"); in meta_needed()
H A Dmain.c2153 errorNode->type |= OP_SPECIAL; in PrintOnError()
H A Dparse.c1022 gn->type |= OP_NOTMAIN | OP_SPECIAL; in HandleDependencyTargetSpecial()
H A DChangeLog3905 o do not touch OP_SPECIAL targets when doing make -t