HomeSort by: relevance | last modified time | path
    Searched refs:OP_SUBMAKE (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/make/unit-tests/
gnode-submake.mk 3 # Test whether OP_SUBMAKE is determined correctly. If it is, this node's
  /src/usr.bin/make/
make.h 344 OP_SUBMAKE = 1 << 22,
meta.c 424 if ((gn->type & (OP_META|OP_SUBMAKE)) == OP_SUBMAKE) {
425 /* OP_SUBMAKE is a bit too aggressive */
make.c 162 ADD(OP_SUBMAKE);
parse.c 2034 gn->type |= OP_SUBMAKE;
job.c 1532 if (job->node->type & (OP_MAKE | OP_SUBMAKE)) {

Completed in 30 milliseconds