Searched refs:Compat_Make (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/bmake/ |
| H A D | compat.c | 138 Compat_Make(gn, gn); in CompatInterrupt() 470 Compat_Make(*it, pgn); in MakeInRandomOrder() 491 Compat_Make(nodes[i], pgn); in MakeWaitGroupsInRandomOrder() 514 Compat_Make(cgn, pgn); in MakeNodes() 678 Compat_Make(GNode *gn, GNode *pgn) in Compat_Make() function 709 Compat_Make(gn, gn); in MakeBeginNode() 757 Compat_Make(gn, gn); in Compat_MakeAll() 771 Compat_Make(endNode, endNode); in Compat_MakeAll()
|
| H A D | make.h | 840 void Compat_Make(GNode *, GNode *);
|
| H A D | main.c | 2154 Compat_Make(errorNode, errorNode); in PrintOnError()
|
| H A D | job.c | 1904 Compat_Make(target, target); in JobRun()
|
| H A D | ChangeLog | 2015 o compat.c: split Compat_Make into smaller functions 2097 o compat.c: clean up Compat_Make, Compat_RunCommand,
|