Home
last modified time | relevance | path

Searched refs:MakeBuildChild (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/bmake/
H A Dmake.c636 static bool MakeBuildChild(GNode *, GNodeListNode *);
648 !MakeBuildChild(succ, toBeMadeNext)) in ScheduleOrderSuccessors()
958 MakeBuildChild(GNode *cn, GNodeListNode *toBeMadeNext) in MakeBuildChild() function
993 if (MakeBuildChild(ln->datum, toBeMadeNext)) in MakeBuildChild()
1011 if (MakeBuildChild(ln->datum, toBeMadeNext)) in MakeChildren()
1377 MakeBuildChild(pgn, NULL); in Make_ProcessWait()
H A DChangeLog2628 o make.c: MakeBuildChild: return 0 so search continues if a