Home
last modified time | relevance | path

Searched refs:OP_PHONY (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/bmake/
H A Dmake.c153 ADD(OP_PHONY); in GNodeType_ToString()
326 } else if (gn->type & (OP_FORCE | OP_EXEC | OP_PHONY)) { in GNode_IsOODate()
335 else if (gn->type & OP_PHONY) in GNode_IsOODate()
1355 pgn->type = OP_PHONY | OP_DEPENDS; in Make_ProcessWait()
H A Dtarg.c395 { OP_PHONY, true, "PHONY" }, in Targ_PrintType()
H A Dcompat.c111 (gn->type & OP_PHONY) == 0) { in CompatDeleteTarget()
H A Dsuff.c1715 if (gn->type & (OP_PHONY | OP_NOPATH)) in FindDepsRegularPath()
1804 if (!(gn->type & OP_PHONY)) { in FindDepsRegular()
H A Darch.c980 if (gn->type & OP_PHONY) in Arch_LibOODate()
H A Dmake.h350 OP_PHONY = 1 << 16, enumerator
H A Djob.c522 if (gn->type & OP_PHONY) in JobDeleteTarget()
1308 OP_SPECIAL | OP_PHONY)) { in Job_Touch()
H A Dparse.c294 { ".PHONY", SP_PHONY, OP_PHONY },
752 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN; in ApplyDependencySourceWait()
H A Ddir.c1418 if (gn->type & OP_PHONY) { in Dir_UpdateMTime()
H A Dmeta.c422 SKIP_META_TYPE(OP_PHONY, "PHONY"); in meta_needed()