Lines Matching defs:MAKE
94 # In the following condition, make expands '$@' to the long-format alias
202 @echo "Making ${.TARGET} with make '"${VAR:Q}"' and env '$$VAR'."
206 .MAKE.TARGET_LOCAL_VARIABLES= yes
211 # If the sources of a dependency line look like a variable assignment, make
217 # expect: Making var-scope-local-assign.o with make 'local' and env 'local'.
227 # expect: Making var-scope-local-append.o with make 'local to var-scope-local-append.o' and env 'local to var-scope-local-append.o'.
237 # expect: Making var-scope-local-append-global.o with make 'global+local' and env 'global+local'.
245 # expect: Making var-scope-local-default.o with make 'global' and env 'global'.
253 # expect: Making var-scope-local-subst.o with make 'global+local' and env 'global+local'.
265 # expect: Making .USE var-scope-local-use.o with make 'global' and env 'global'.
267 @echo "Making .USE ${.TARGET} with make '"${VAR:Q}"' and env '$$VAR'."