On 08 Feb 2021 22:44, Joseph Myers wrote:
> On Sun, 7 Feb 2021, Mike Frysinger via Gcc-patches wrote:
> > +# NB: Makefile.in isn't listed as it's not always generated.
> > +generated_files = {'aclocal.m4', 'config.h.in', 'configure'}
>
> libiberty/aclocal.m4 isn't a generated file either.
that is
On Sun, 7 Feb 2021, Mike Frysinger via Gcc-patches wrote:
> +# NB: Makefile.in isn't listed as it's not always generated.
> +generated_files = {'aclocal.m4', 'config.h.in', 'configure'}
libiberty/aclocal.m4 isn't a generated file either.
--
Joseph S. Myers
jos...@codesourcery.com
On 2/7/21 9:20 PM, Mike Frysinger via Gcc-patches wrote:
contrib/ChangeLog:
* mklog.py (generated_files): New set.
(generate_changelog): Add entries based on generated_files.
---
contrib/mklog.py | 5 +
1 file changed, 5 insertions(+)
diff --git a/contrib/mklog.py b/contr
contrib/ChangeLog:
* mklog.py (generated_files): New set.
(generate_changelog): Add entries based on generated_files.
---
contrib/mklog.py | 5 +
1 file changed, 5 insertions(+)
diff --git a/contrib/mklog.py b/contrib/mklog.py
index a70536a6849a..6509886741d7 100755
--- a/con