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

/freebsd-9.3-release/usr.bin/make/
H A DGNode.h93 #define OP_MAKE 0x00000200 /* macro
H A Dtarg.c344 { OP_MAKE, ".MAKE" },
H A Dparse.c216 { ".MAKE", Attribute, OP_MAKE },
231 { ".RECURSIVE", Attribute, OP_MAKE },
H A Djob.c663 noSpecials = (noExecute && !(job->node->type & OP_MAKE));
1627 if ((gn->type & OP_MAKE) || (!noExecute && !touchFlag)) {
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h271 #define OP_MAKE 0x00000200 /* Target is a recursive make so its macro
304 #define NoExecute(gn) ((gn->type & OP_MAKE) ? noRecursiveExecute : noExecute)
H A Dcompat.c596 if (!touchFlag || (gn->type & OP_MAKE)) {
H A Djob.c1379 if (Always_pass_job_queue || (job->node->type & OP_MAKE)) {
1589 if (((gn->type & OP_MAKE) && !(noRecursiveExecute)) ||
H A Dparse.c315 { ".MAKE", Attribute, OP_MAKE },
336 { ".RECURSIVE", Attribute, OP_MAKE },

Completed in 181 milliseconds