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

/haiku-buildtools/jam/
H A Dmake1.c21 * make1b() - dependents of target built, now build target with make1c()
22 * make1c() - launch target's next command, call make1b() when done
23 * make1d() - handle command execution completion and call back make1c()
67 static void make1c( TARGET *t );
133 /* or this target is in the make1c() quagmire, arrange for the */
174 * make1b() - dependents of target built, now build target with make1c()
236 /* Set "progress" so that make1c() counts this target among */
256 /* Call make1c() to begin the execution of the chain of commands */
259 /* be run) the chain will be empty and make1c() will directly */
262 make1c(
270 make1c( TARGET *t ) function
[all...]

Completed in 20 milliseconds