HomeSort by: relevance | last modified time | path
    Searched refs:export (Results 1 - 25 of 96) sorted by relevancy

1 2 3 4

  /src/usr.bin/make/unit-tests/
directive-export.exp 1 make: directive-export.mk:36: warning: .export requires an argument.
2 make: directive-export.mk:60: 00:00:00
3 make: directive-export.mk:65: 00:00:00
4 make: directive-export.mk:68: 16:00:00
export-env.mk 1 # $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
directive-export-literal.mk 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_EXP
    [all...]
export.mk 1 # $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...]
directive-export-gmake.exp 1 make: directive-export-gmake.mk:71: Invalid line "export VAR=${:U1}", expanded to "export VAR=1"
2 in .for loop from directive-export-gmake.mk:67 with value = 1
3 make: directive-export-gmake.mk:85: 16:00:00
4 make: directive-export-gmake.mk:92: Variable/Value missing from "export"
export-all.mk 1 # $NetBSD: export-all.mk,v 1.6 2024/06/01 06:26:36 sjg Exp $
18 .export-all
21 .include "export.mk"
23 UT_TEST= export-all
directive-export.mk 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
    [all...]
directive-export-gmake.mk 1 # $NetBSD: directive-export-gmake.mk,v 1.11 2026/01/02 14:21:46 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 VAR=an ${UNDEF} variabl
    [all...]
export-env.exp 2 UT_TEST=export-env.mk
5 UT_LIT=literal export-env.mk
7 UT_TEST=export-env.mk
unexport-env.mk 5 .include "export.mk"
15 .export PATH UT_TEST
unexport.mk 5 .include "export.mk"
16 .export UT_BEFORE_NL UT_AFTER_NL
make-exported.mk 3 # 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.
directive-export-impl.exp 1 Parsing directive-export-impl.mk:21: UT_VAR= <${REF}>
3 Parsing directive-export-impl.mk:28: .export UT_VAR
5 Parsing directive-export-impl.mk:32: : ${UT_VAR:N*}
13 Parsing directive-export-impl.mk:42: .if ${:!echo "\$UT_VAR"!} != "<>"
28 Parsing directive-export-impl.mk:50: : ${UT_VAR:N*}
36 Parsing directive-export-impl.mk:54: REF= defined
38 Parsing directive-export-impl.mk:58: .if ${:!echo "\$UT_VAR"!} != "<defined>"
53 Parsing directive-export-impl.mk:62: all:
56 Parsing directive-export-impl.mk:63: .MAKEFLAGS: -d
    [all...]
directive-unexport.mk 11 # First, export 3 variables.
15 .export UT_A UT_B UT_C
export-variants.mk 1 # $NetBSD: export-variants.mk,v 1.4 2020/10/24 08:46:08 rillig Exp $
24 .export UT_VAR
directive-export-impl.mk 1 # $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
directive-unexport-env.mk 22 .export UT_EXPORTED
varmisc.exp 40 export-appended: env
41 export-appended: env
42 export-appended: env mk
  /src/sys/arch/evbppc/conf/
Makefile.ev64260.inc 13 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
Makefile.walnut.inc 14 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
Makefile.obs405.inc 19 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
34 export OBJDUMP OBJCOPY STAT; ${MKIMG} $@ $@.img
  /src/sys/lib/libkern/arch/hppa/
milli_extra.S 35 .export x, millicode ! .label x ! .proc !\
  /src/sys/external/bsd/drm2/include/linux/
module.h 40 #include <linux/export.h>
  /src/sys/arch/hppa/stand/xxboot/
start.S 52 .export $START$,entry
73 .export $global$,data
188 .export reboot,entry
189 .export halt,entry
207 .export dispatch,entry
315 .export putch,entry
316 .export print,entry
392 .export getch,entry
467 .export boot_input,entry
513 .export strcmp,entr
    [all...]
  /src/sys/miscfs/nullfs/
null.h 80 #define nulla_export la.export

Completed in 36 milliseconds

1 2 3 4