Lines Matching refs:exported
91 UT_EXPORTED= exported-value
93 .if ${:!echo "\${UT_EXPORTED:-not-exported}"!} != "exported-value"
96 .if !${.MAKE.EXPORTED:MUT_EXPORTED}
99 .undef UT_EXPORTED # XXX: does not update .MAKE.EXPORTED
100 .if ${:!echo "\${UT_EXPORTED:-not-exported}"!} != "not-exported"
103 .if ${.MAKE.EXPORTED:MUT_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 $\
106 it is not exported anymore.
110 # When an exported variable is undefined, the variable is removed both from
124 # exported yet since it refers to another variable.