Searched refs:meta_job_error (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | meta.h | 51 void meta_job_error(struct Job *, GNode *, bool, int);
|
H A D | compat.c | 407 meta_job_error(NULL, gn, false, status); in Compat_RunCommand()
|
H A D | meta.c | 744 meta_job_error(Job *job, GNode *gn, bool ignerr, int status) in meta_job_error() function
|
H A D | job.c | 1100 meta_job_error(job, job->node, in JobFinishDoneExitedError()
|
H A D | ChangeLog | 3750 o job.c call meta_job_finish() after meta_job_error(). 3751 o meta_job_error() should call meta_job_finish() to ensure 3829 o ensure meta_job_error() does not report a previous .meta file
|