Lines Matching refs:export
1 # $NetBSD: directive-export.mk,v 1.12 2024/06/01 10:06:23 rillig Exp $
3 # Tests for the .export directive.
15 .export ${:U }
17 # A variable is exported using the .export directive.
19 .export VAR
31 # Before var.c 1.1117 from 2024-06-01, a plain ".export" without a syntactical
33 # unintentionally by writing a line of the form ".export ${VARNAMES}" to a
35 # expect+1: warning: .export requires an argument.
36 .export
38 # An empty argument means no additional variables to export.
39 .export ${:U}
47 # don't export the variables while preparing a child process, see
50 .export EMPTY_SHELL # only marked for export at this point
54 # If the '.export' directive exports a variable whose value contains a '$',
55 # the actual export action is deferred until a subprocess is started, assuming
58 export TZ=${UTC}
63 .export TZ