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

/illumos-gate/usr/src/cmd/make/bin/
H A Ddoname.cc75 static int second_pass = 0; variable
136 second_pass = 0;
139 second_pass = 0;
147 second_pass = 0;
159 second_pass = 0;
164 second_pass = 1;
167 second_pass = 0;
623 * The global variable second_pass (maybe it should be an argument to doname())
626 * going to say "don't know how to make target" it sets second_pass to true and
629 if ((result == build_dont_know) && !automatic && (!implicit || second_pass)
[all...]

Completed in 60 milliseconds