Home
last modified time | relevance | path

Searched refs:Job_Make (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Djob.h195 void Job_Make(GNode *);
H A Dmake.c1076 Job_Make(gn); in MakeStartJobs()
H A Djob.c84 * Job_Make Start the creation of the given target.
1298 * Touch the given target. Called by Job_Make when the -t flag was given.
1648 Job_Make(GNode *gn) in Job_Make()
1660 Punt("Job_Make no job slots vacant"); in Job_Make()
1643 Job_Make(GNode *gn) Job_Make() function