Searched refs:make1b (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/jam/
H A Dmake1.c20 * make1a() - recursively traverse target tree, calling make1b()
21 * make1b() - dependents of target built, now build target with make1c()
22 * make1c() - launch target's next command, call make1b() when done
66 static void make1b( TARGET *t );
122 * make1a() - recursively traverse target tree, calling make1b()
150 /* proceeding to make1b() for actual building. We start off with */
153 /* make1b() ourselves, below. */
170 make1b( t );
174 * make1b() - dependents of target built, now build target with make1c()
178 make1b( TARGE function
[all...]

Completed in 38 milliseconds