Searched refs:OP_FORCE (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/usr.bin/make/
H A DGNode.h71 #define OP_FORCE 0x00000002 /* Always execute commands (!) */ macro
74 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
H A Dmake.c199 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) {
205 if (gn->type & OP_FORCE) {
H A Dtarg.c420 case OP_FORCE:
H A Dparse.c1025 op = OP_FORCE;
/freebsd-10-stable/contrib/bmake/
H A Dmake.h261 #define OP_FORCE 0x00000002 /* Always execute commands (!) */ macro
264 #define OP_OPMASK (OP_DEPENDS|OP_FORCE|OP_DOUBLEDEP)
H A Dtarg.c687 case OP_FORCE:
H A Dmake.c282 } else if (gn->type & (OP_FORCE|OP_EXEC|OP_PHONY)) {
288 if (gn->type & OP_FORCE) {
H A Dparse.c1536 op = OP_FORCE;

Completed in 77 milliseconds