Searched refs:OP_PHONY (Results 1 - 11 of 11) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h106 #define OP_PHONY 0x00010000 /* Not a file target; run always */ macro
H A Dmake.c199 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) {
207 } else if (gn->type & OP_PHONY) {
H A Dtarg.c348 { OP_PHONY, ".PHONY" },
H A Dparse.c228 { ".PHONY", Phony, OP_PHONY },
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h286 #define OP_PHONY 0x00010000 /* Not a file target; run always */ macro
H A Dmake.c282 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) {
290 } else if (gn->type & OP_PHONY) {
1433 pgn->type = OP_PHONY | OP_DEPENDS;
H A Darch.c1292 if (gn->type & OP_PHONY) {
H A Djob.c1162 OP_SPECIAL|OP_PHONY)) {
2602 if ((gn->type & (OP_JOIN|OP_PHONY)) == 0 && !Targ_Precious(gn)) {
H A Dparse.c331 { ".PHONY", Phony, OP_PHONY },
996 gn->type = OP_WAIT | OP_PHONY | OP_DEPENDS | OP_NOTMAIN;
H A Dsuff.c1530 /* Ignore these (& OP_PHONY ?) */
2065 if (!(gn->type & OP_PHONY)) {
2208 if ((gn->type & (OP_PHONY|OP_NOPATH)) == 0) {
H A Ddir.c1440 } else if (gn->type & OP_PHONY) {

Completed in 94 milliseconds