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

/freebsd-10.0-release/usr.bin/make/
H A Djob.c194 #define JOB_FIRST 0x020 /* Job is first job for the node */ macro
1316 if (lastNode != job->node && (job->flags & JOB_FIRST) &&
1370 if (usePipes && (job->flags & JOB_FIRST)) {
1584 previous->flags &= ~(JOB_FIRST | JOB_IGNERR | JOB_SILENT);
1588 flags |= JOB_FIRST;
1612 if (!compatMake && (job->flags & JOB_FIRST)) {
1666 if (job->flags & JOB_FIRST)
1676 if (noExec && !(job->flags & JOB_FIRST)) {
1802 if (!compatMake || (job->flags & JOB_FIRST)) {

Completed in 63 milliseconds