HomeSort by: relevance | last modified time | path
    Searched refs:unexport (Results 1 - 11 of 11) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-unexport.exp 1 make: directive-unexport.mk:19: UT_A=a UT_B=b UT_C=c
2 make: directive-unexport.mk:21: UT_A UT_B UT_C
3 make: directive-unexport.mk:30: UT_A=a UT_B=b UT_C=c
4 make: directive-unexport.mk:32:
directive-unexport-env.mk 1 # $NetBSD: directive-unexport-env.mk,v 1.9 2023/06/01 20:56:35 rillig Exp $
3 # Tests for the .unexport-env directive.
5 # Before 2020-12-13, the directive unexport-env wrongly accepted arguments
8 # Before 2020-12-13, misspelled directive names like "unexport-environment"
13 # expect+1: Unknown directive "unexport-en"
14 .unexport-en # misspelled
15 .unexport-env # ok
16 # expect+1: Unknown directive "unexport-environment"
17 .unexport-environment # misspelled
23 # expect+1: The directive .unexport-env does not take argument
    [all...]
unexport.mk 1 # $NetBSD: unexport.mk,v 1.6 2023/10/19 18:24:33 rillig Exp $
7 .unexport UT_ZOO UT_FOO
9 UT_TEST= unexport
17 .unexport \
19 .unexport ${.newline} UT_AFTER_NL
directive-unexport.mk 1 # $NetBSD: directive-unexport.mk,v 1.9 2025/06/30 21:44:39 rillig Exp $
3 # Tests for the .unexport directive.
6 # ".unexport-en" had not been detected properly.
23 # XXX: Now try to unexport all of them. The variables are still exported
27 .unexport *
34 .unexport # oops: missing argument
unexport-env.mk 1 # $NetBSD: unexport-env.mk,v 1.4 2020/10/24 08:50:17 rillig Exp $
11 UT_TEST= unexport-env
14 .unexport-env
directive-unexport-env.exp 1 make: directive-unexport-env.mk:14: Unknown directive "unexport-en"
2 make: directive-unexport-env.mk:17: Unknown directive "unexport-environment"
6 make: directive-unexport-env.mk:24: The directive .unexport-env does not take arguments
directive-export-literal.mk 25 # After an .export, an .unexport resets the variable's exported state,
29 .unexport UT_TWICE_EXPR_UNEXPORT
varname-dot-make-level.mk 19 # The .unexport-env directive clears the environment, except for the
23 .unexport-env
directive-misspellings.exp 34 make: directive-misspellings.mk:101: Unknown directive "unexport-en"
35 make: directive-misspellings.mk:104: The directive .unexport-env does not take arguments
36 make: directive-misspellings.mk:106: Unknown directive "unexport-enx"
37 make: directive-misspellings.mk:108: Unknown directive "unexport-envs"
varmod-loop.mk 164 .unexport CMDLINE
168 # The above '.unexport' has no effect since UnexportVar requires a global
171 .unexport CMDLINE
180 .unexport CMDLINE
194 .unexport CMDLINE # delete the environment
Makefile 210 TESTS+= directive-unexport
211 TESTS+= directive-unexport-env
345 TESTS+= unexport
346 TESTS+= unexport-env
594 unexport.rawout: export.mk
595 unexport-env.rawout: export.mk

Completed in 18 milliseconds