]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: do not warn that POSIX variables are non-POSIX.
authorBogdan <bogdro_rep@gmx.us>
Sat, 1 Jul 2023 15:34:55 +0000 (08:34 -0700)
committerKarl Berry <karl@freefriends.org>
Sat, 1 Jul 2023 15:34:55 +0000 (08:34 -0700)
commit4bd4640e03670e267d9763d377f107c09b4f2202
treead8d5b13c3096d329141e04112fdc943112e8ad8
parent8859f8207809cca5d5d78dc31297c91609d6ae97
automake: do not warn that POSIX variables are non-POSIX.

This change fixes https://bugs.gnu.org/9587.

* lib/Automake/Variable.pm (_VARIABLE_PATTERN_EXTRA_POSIX):
new variable for $(*D) and the like.
(_VARIABLE_PATTERN): use it.
* t/vars3.sh: update test.
* NEWS: mention this.
POSIX spec (currently):
  https://pubs.opengroup.org/onlinepubs/9699919799/utilities/make.html
NEWS
lib/Automake/Variable.pm
t/vars3.sh