Home | History | Annotate | Download | only in unit-tests

Lines Matching defs:use

120 # variables but use the modifier ':L', which turns an undefined expression
229 # To access the value of a global variable, use an expression. This
262 # While VAR=use will be set for a .USE node, it will never be seen since only
264 # .USE target are not copied to the ultimate target's.
265 # expect: Making .USE var-scope-local-use.o with make 'global' and env 'global'.
266 a_use: .USE VAR=use
267 @echo "Making .USE ${.TARGET} with make '"${VAR:Q}"' and env '$$VAR'."
269 all: var-scope-local-use.o
270 var-scope-local-use.o: a_use