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

  /src/usr.bin/make/unit-tests/
directive-unexport-env.mk 20 UT_EXPORTED= value
22 .export UT_EXPORTED
24 .unexport-env UT_EXPORTED UT_UNEXPORTED
directive-undef.mk 91 UT_EXPORTED= exported-value
92 .export UT_EXPORTED
93 .if ${:!echo "\${UT_EXPORTED:-not-exported}"!} != "exported-value"
99 .undef UT_EXPORTED # XXX: does not update .MAKE.EXPORTED
100 .if ${:!echo "\${UT_EXPORTED:-not-exported}"!} != "not-exported"
104 # expect+1: warning: UT_EXPORTED is still listed in .MAKE.EXPORTED even though spaceit is not exported anymore.
105 . warning UT_EXPORTED is still listed in .MAKE.EXPORTED even though $\

Completed in 12 milliseconds