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

/openbsd-current/usr.bin/make/
H A Dengine.h115 #define JOB_ERRCHECK 0x008 /* command wants errcheck */ macro
H A Dengine.c528 if ((job->flags & JOB_ERRCHECK) && !keepgoing && runningJobs == NULL)
567 if (job->flags & JOB_ERRCHECK) {
690 job->flags |= JOB_ERRCHECK;
692 job->flags &= ~JOB_ERRCHECK;

Completed in 84 milliseconds