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

  /src/usr.bin/make/unit-tests/
export-variants.mk 23 UT_VAR= value
24 .export UT_VAR
27 .if ${SHVAR} != "UT_VAR=value"
31 .if ${:!env | grep ^UT_ || true!} != "UT_VAR=value"
35 .if ${env | grep ^UT_ || true:L:sh} != "UT_VAR=value"
directive-export-impl.mk 21 UT_VAR= <${REF}>
23 # At this point, ExportVar("UT_VAR", VEM_PLAIN) is called. Since the
28 .export UT_VAR
32 : ${UT_VAR:N*}
42 .if ${:!echo "\$UT_VAR"!} != "<>"
50 : ${UT_VAR:N*}
56 # Nothing surprising here. The variable UT_VAR gets exported, and this time,
58 .if ${:!echo "\$UT_VAR"!} != "<defined>"
directive-export-literal.mk 6 UT_VAR= value with ${UNEXPANDED} expression
8 .export-literal UT_VAR
33 @echo "$$UT_VAR"
make-exported.mk 9 UT_VAR= ${UNEXPANDED}
22 .MAKE.EXPORTED= -literal UT_VAR

Completed in 12 milliseconds