Lines Matching refs:export
1 # $NetBSD: directive-export-literal.mk,v 1.8 2024/06/01 18:44:05 rillig Exp $
3 # Tests for the .export-literal directive, which exports a variable value
8 .export-literal UT_VAR
10 .export-literal # oops: missing argument
13 # .export-literal can be skipped, to avoid a setenv call, which may leak
16 .export UT_TWICE_LITERAL
17 .export-literal UT_TWICE_LITERAL
19 # XXX: After an .export, an .export-literal has no effect, even when the
22 .export UT_TWICE_EXPR
23 .export-literal UT_TWICE_EXPR
25 # After an .export, an .unexport resets the variable's exported state,
26 # re-enabling a later .export-literal.
28 .export UT_TWICE_EXPR_UNEXPORT
30 .export-literal UT_TWICE_EXPR_UNEXPORT