Searched refs:export (Results 1 - 25 of 111) sorted by relevance

12345

/freebsd-current/contrib/bmake/unit-tests/
H A Dexport-env.mk1 # $NetBSD: export-env.mk,v 1.5 2023/06/01 20:56:35 rillig Exp $
3 # our normal .export, subsequent changes affect the environment
5 .export UT_TEST
8 # not so with .export-env
10 .export-env UT_ENV
13 # gmake style export goes further; affects nothing but the environment
14 UT_EXP=before-export
15 export UT_EXP=exported
19 .export-literal UT_LIT
H A Ddirective-export-literal.mk1 # $NetBSD: directive-export-literal.mk,v 1.7 2020/12/13 01:07:54 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
H A Dexport.mk1 # $NetBSD: export.mk,v 1.12 2022/09/09 18:36:15 sjg Exp $
3 UT_TEST= export
11 .export UT_FU UT_FOO
12 .export UT_DOLLAR
26 .export .MAKE.PID
28 .export @
29 .export %
30 .export *
31 .export !
35 .export
[all...]
H A Dexport-all.mk1 # $NetBSD: export-all.mk,v 1.5 2020/10/24 08:50:17 rillig Exp $
18 .export
21 .include "export.mk"
23 UT_TEST= export-all
H A Ddirective-export-gmake.exp1 make: "directive-export-gmake.mk" line 71: Invalid line 'export VAR=${:U1}', expanded to 'export VAR=1'
2 make: "directive-export-gmake.mk" line 85: 16:00:00
3 make: "directive-export-gmake.mk" line 92: Variable/Value missing from "export"
H A Ddirective-export.mk1 # $NetBSD: directive-export.mk,v 1.10 2023/11/19 09:45:19 rillig Exp $
3 # Tests for the .export directive.
15 .export ${:U }
17 # A variable is exported using the .export directive.
19 .export VAR
31 # No syntactical argument means to export all variables.
32 .export
34 # An empty argument means no additional variables to export.
35 .export ${:U}
43 # don't export th
[all...]
H A Dexport-env.exp2 UT_TEST=export-env.mk
5 UT_LIT=literal export-env.mk
7 UT_TEST=export-env.mk
H A Ddirective-export-gmake.mk1 # $NetBSD: directive-export-gmake.mk,v 1.9 2023/12/17 09:44:00 rillig Exp $
3 # Tests for the export directive (without leading dot), as in GNU make.
5 # The "export" directive only affects the environment of the make process
9 export VAR=exported
19 # This line looks like it would export 2 variables, but it doesn't.
21 export VAR=exported VAR2=exported-as-well
29 export VAR= leading spaces
41 export VAR =trailing space in varname
51 export VAR=${ONCE}
58 export VA
[all...]
H A Dunexport-env.mk5 .include "export.mk"
15 .export PATH UT_TEST
H A Dunexport.mk5 .include "export.mk"
16 .export UT_BEFORE_NL UT_AFTER_NL
H A Dmake-exported.mk3 # As of 2020-08-09, the code in Var_Export is shared between the .export
11 # Before 2020-10-03, the following line took the code path of .export-env,
13 # export the variable named "-env", but that is rejected because the
18 # make behaved like a mixture of .export-literal and a regular .export.
H A Ddirective-misspellings.exp9 make: "directive-misspellings.mk" line 36: Unknown directive "export-en"
10 make: "directive-misspellings.mk" line 40: Unknown directive "export-environment"
11 make: "directive-misspellings.mk" line 43: Unknown directive "export-litera"
12 make: "directive-misspellings.mk" line 46: Unknown directive "export-literax"
13 make: "directive-misspellings.mk" line 48: Unknown directive "export-literally"
H A Ddirective-unexport.mk11 # First, export 3 variables.
15 .export UT_A UT_B UT_C
H A Dexport-variants.mk1 # $NetBSD: export-variants.mk,v 1.4 2020/10/24 08:46:08 rillig Exp $
24 .export UT_VAR
H A Ddirective-export-impl.mk1 # $NetBSD: directive-export-impl.mk,v 1.3 2021/04/03 23:08:30 rillig Exp $
4 # This involves marking variables for export, actually exporting them,
25 # export the variable but only marks it as VarFlags.exported and
28 .export UT_VAR
H A Ddirective-unexport-env.mk22 .export UT_EXPORTED
H A Dvarmisc.exp40 export-appended: env
41 export-appended: env
42 export-appended: env mk
/freebsd-current/sys/contrib/dev/athk/
H A Ddebug.c17 #include <linux/export.h>
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_mount.h42 struct oexport_args export; /* network export info */ member in struct:iso_args
/freebsd-current/share/mk/
H A Dhost-target.mk11 .export _HOST_OSNAME
15 .export _HOST_OSREL
26 .export _HOST_ARCH
36 .export _HOST_MACHINE
40 .export HOST_MACHINE
53 .export _HOST_ARCH32
57 .export HOST_TARGET HOST_TARGET32
H A Dsys.dirdeps.mk47 .export SRCTOP
54 .export SB
59 .export OBJROOT
68 .export STAGE_ROOT
85 # so export but do not track
86 .export-env TARGET_SPEC
87 .export ${TARGET_SPEC_VARS}
121 .export MACHINE0
141 .export OBJTOP
150 # export tha
[all...]
H A Dsrc.sys.env.mk27 .export OS_REVISION
75 .export MK_META_MODE
86 .export MAKESYSPATH
89 .export MAKESYSPATH
/freebsd-current/contrib/bmake/mk/
H A Dhost-target.mk25 .export _HOST_OSNAME
29 .export _HOST_OSREL
40 .export _HOST_ARCH
50 .export _HOST_MACHINE
54 .export HOST_MACHINE
67 .export _HOST_ARCH32
71 .export HOST_TARGET HOST_TARGET32
H A Dsys.dirdeps.mk47 .export SRCTOP
54 .export SB
59 .export OBJROOT
68 .export STAGE_ROOT
85 # so export but do not track
86 .export-env TARGET_SPEC
87 .export ${TARGET_SPEC_VARS}
121 .export MACHINE0
141 .export OBJTOP
150 # export tha
[all...]
/freebsd-current/sys/contrib/dev/iwlwifi/
H A Diwl-drv.h8 #include <linux/export.h>

Completed in 300 milliseconds

12345