HomeSort by: relevance | last modified time | path
    Searched defs:DIRECT (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/unit-tests/
varmod-assign-shell.mk 19 DIRECT= previous
21 DIRECT!= echo output; (exit 13)
30 @echo DIRECT=${DIRECT:Q}
var-recursive.mk 8 DIRECT= ${DIRECT} # Defining a recursive variable is not an error.
9 # expect+2: Variable DIRECT is recursive.
11 . info <${DIRECT}> # But expanding such a variable is an error.
directive-for.mk 183 INDIRECT= direct
187 # might have been 'direct', thereby expanding the expression '${direct}'.
188 . info <$(INDIRECT)> <$(direct)> <$($(INDIRECT))>
193 # interfere with each other. In the following snippet, the variable 'DIRECT'
197 DIRECT= global
198 INDIRECT= ${DIRECT}
199 .for DIRECT in iteration
200 . if "${DIRECT} ${INDIRECT}" != "iteration global"
directive-undef.mk 112 DIRECT= direct
113 INDIRECT= in-${DIRECT}
114 .export DIRECT INDIRECT
115 .if ${DIRECT} != "direct"
118 .if ${INDIRECT} != "in-direct"
125 .undef DIRECT # Separate '.undef' directives,
128 .if ${DIRECT:Uundefined} != "undefined"

Completed in 26 milliseconds