HomeSort by: relevance | last modified time | path
    Searched refs:Make_Update (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/make/
make.c 78 * Make_Update After a target is made, update all its parents.
118 * It is added to by Make_Update and subtracted from by MakeStartJobs
257 * toBeMade queue initially and by Make_Update to screen out .USE and
665 Make_Update(GNode *cgn)
678 DEBUG2(MAKE, "Make_Update: %s%s\n", cgn->name, cgn->cohort_num);
882 * to now in Make_Update. According to some people,
1080 Make_Update(gn);
make.h 1077 void Make_Update(GNode *);
job.c 177 * When a job is finished, Make_Update updates all parents of the node
1291 Make_Update(job->node);
1751 Make_Update(job->node);

Completed in 15 milliseconds