Lines Matching defs:PASS
7 # In pass 1, there is a dependency group at the bottom of the file.
12 # After the file has been parsed completely, it is parsed again in pass 2.
13 # In this pass, another command is added to the "current dependency group",
14 # which was still the one from pass 1, which means it was possible to later
27 PASS?= 1
29 .if ${PASS} == 2
32 : pass 2
35 .if ${PASS} == 1
37 PASS= 2
42 : pass 1