Lines Matching full:literal
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
15 UT_TWICE_LITERAL= value literal
17 .export-literal UT_TWICE_LITERAL
19 # XXX: After an .export, an .export-literal has no effect, even when the
23 .export-literal UT_TWICE_EXPR
26 # re-enabling a later .export-literal.
30 .export-literal UT_TWICE_EXPR_UNEXPORT