]> git.ipfire.org Git - thirdparty/gcc.git/commit
libfortran: Add script to regenerate source files
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Mon, 9 Jun 2025 15:19:04 +0000 (17:19 +0200)
committerFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>
Tue, 10 Jun 2025 10:02:24 +0000 (12:02 +0200)
commitd2f82b57c819eea607c909d28f3687316ff17611
tree18b111d9895aecd843ca75e5902cf4c48603a2d7
parent9b80d0fdced1ac8de7605f9bdd7a0155b05c68b4
libfortran: Add script to regenerate source files

Move the regeneration of libgfortran source files from the Makefile
to a standalone script. We were previously highjacking the
maintainer mode of autoconf/automake in a way that was not adequate,
leading to various issues. Bring our behavior in line with other
GCC libraries.

2025-06-09  François-Xavier Coudert  <fxcoudert@gcc.gnu.org>

libgfortran/ChangeLog:

PR libfortran/116400
* Makefile.am: Remove source file regeneration rules.
* Makefile.in: Regenerate.
* regenerate.sh: New file.
libgfortran/Makefile.am
libgfortran/Makefile.in
libgfortran/regenerate.sh [new file with mode: 0755]