Home
last modified time | relevance | path

Searched refs:meta_job_error (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bmake/
H A Dmeta.h51 void meta_job_error(struct Job *, GNode *, bool, int);
H A Dcompat.c407 meta_job_error(NULL, gn, false, status); in Compat_RunCommand()
H A Dmeta.c744 meta_job_error(Job *job, GNode *gn, bool ignerr, int status) in meta_job_error() function
H A Djob.c1100 meta_job_error(job, job->node, in JobFinishDoneExitedError()
H A DChangeLog3750 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