Home
last modified time | relevance | path

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

/dragonfly/contrib/bmake/
H A Dmeta.h51 void meta_job_error(struct Job *, GNode *, bool, int);
H A Dcompat.c418 meta_job_error(NULL, gn, false, status); in Compat_RunCommand()
H A Dmeta.c758 meta_job_error(Job *job, GNode *gn, bool ignerr, int status) in meta_job_error() function
H A Djob.c1105 meta_job_error(job, job->node, in JobFinishDoneExitedError()
H A DChangeLog2920 o job.c call meta_job_finish() after meta_job_error().
2921 o meta_job_error() should call meta_job_finish() to ensure
2999 o ensure meta_job_error() does not report a previous .meta file