]> git.ipfire.org Git - thirdparty/automake.git/commit
automake: new option posix to emit .POSIX target first.
authorVincent Lefevre <vincent@vinc17.net>
Fri, 6 Oct 2023 15:18:33 +0000 (08:18 -0700)
committerKarl Berry <karl@freefriends.org>
Fri, 6 Oct 2023 15:18:33 +0000 (08:18 -0700)
commit1c618bce5c6034fe5dd874eac71465f041c09082
treeb510bb462cda91e817cfcdc4ca1a3b23b1a93fb0
parent80714ea0aba62f025780f432abfbab2e66f6f801
automake: new option posix to emit .POSIX target first.

This patch is from https://bugs.gnu.org/55025.

* lib/Automake/Options.pm (_is_valid_easy_option): declare new
option "posix".
* bin/automake.in (generate_makefile): if the "posix" option is
present, add a .POSIX special target as the first non-comment
line in the Makefile.in files.
* NEWS: mention this.
* doc/automake.texi: likewise.
NEWS
bin/automake.in
doc/automake.texi
lib/Automake/Options.pm