Home
last modified time | relevance | path

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

/freebsd-head/contrib/bmake/
HDmake.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()
HDtarg.c395 { OP_PHONY, true, "PHONY" }, in Targ_PrintType()
HDcompat.c111 (gn->type & OP_PHONY) == 0) { in CompatDeleteTarget()
HDsuff.c1715 if (gn->type & (OP_PHONY | OP_NOPATH)) in FindDepsRegularPath()
1804 if (!(gn->type & OP_PHONY)) { in FindDepsRegular()
HDmake.h350 OP_PHONY = 1 << 16, enumerator
HDarch.c980 if (gn->type & OP_PHONY) in Arch_LibOODate()
HDjob.c521 if (gn->type & OP_PHONY) in JobDeleteTarget()
1304 OP_SPECIAL | OP_PHONY)) { in Job_Touch()
HDparse.c294 { ".PHONY", SP_PHONY, OP_PHONY },
753 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN; in ApplyDependencySourceWait()
HDdir.c1418 if (gn->type & OP_PHONY) { in Dir_UpdateMTime()
HDmeta.c422 SKIP_META_TYPE(OP_PHONY, "PHONY"); in meta_needed()