Searched refs:JOB_SPECIAL (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/bmake/
H A Djob.h162 #define JOB_SPECIAL 0x004 /* Target is a special one. i.e. run it locally
161 #define JOB_SPECIAL macro
H A Djob.c1084 if (!(job->flags & JOB_SPECIAL)) {
1105 if (!(job->flags & JOB_SPECIAL))
1521 * e.g. JOB_SPECIAL or JOB_IGNDOTS
1533 * NB: I'm fairly sure that this code is never called with JOB_SPECIAL set
1557 flags |= JOB_SPECIAL;
1687 if (!(job->flags & JOB_SPECIAL))
1952 JobStart(targ, JOB_SPECIAL);
/freebsd-10.0-release/usr.bin/make/
H A Djob.c190 #define JOB_SPECIAL 0x004 /* Target is a special one. i.e. run it locally macro
1484 if (nJobs >= maxJobs && !(job->flags & JOB_SPECIAL)) {
1508 if ((nJobs < maxJobs || ((job->flags & JOB_SPECIAL) &&
1824 if (nJobs >= maxJobs && !(job->flags & JOB_SPECIAL) && maxJobs != 0) {
2427 JobStart(begin, JOB_SPECIAL, (Job *)NULL);
2564 JobStart(postCommands, JOB_SPECIAL | JOB_IGNDOTS, NULL);

Completed in 86 milliseconds