Lines Matching +full:2020 +full:- +full:12 +full:- +full:10
1 # $NetBSD: directive-undef.mk,v 1.15 2024/07/04 17:47:54 rillig Exp $
6 # directive-misspellings.mk
8 # Before var.c 1.737 from 2020-12-19, .undef only undefined the first
11 # Before var.c 1.761 from 2020-12-22, .undef complained about too many
14 # Since var.c 1.761 from 2020-12-22, .undef handles multiple variable names
25 # Without any arguments, until var.c 1.736 from 2020-12-19, .undef tried
27 # varname-empty.mk. Since var.c 1.737 from 2020-12-19, .undef complains
82 # Since var.c 1.762 from 2020-12-22, parse errors in the argument should be
91 UT_EXPORTED= exported-value
93 .if ${:!echo "\${UT_EXPORTED:-not-exported}"!} != "exported-value"
100 .if ${:!echo "\${UT_EXPORTED:-not-exported}"!} != "not-exported"
113 INDIRECT= in-${DIRECT}
118 .if ${INDIRECT} != "in-direct"
136 # Since var.c 1.570 from 2020-10-06 and before var.c 1.1014 from 2022-03-26,
139 .if ${ENV_VAR} != "env-value" # see ./Makefile, ENV.directive-undef
142 ENV_VAR+= appended # moves the short-lived variable to the