From: Joel Brobecker Date: Sun, 16 Jan 2022 10:34:15 +0000 (+0400) Subject: gdb/copyright.py: Do not update gdbsupport/Makefile.in X-Git-Tag: gdb-11.2-release~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2126454e7ab49ac85ae21b7822dc28250b110ce;p=thirdparty%2Fbinutils-gdb.git gdb/copyright.py: Do not update gdbsupport/Makefile.in This file is generated, so we should not modify it (any modification we make is going to be undone at the next re-generation anyway). gdb/ChangeLog: * copyright.py (EXCLUDE_LIST): Add "gdbsupport/Makefile.in". (cherry picked from commit a3f34021316d60ce33d2d52db76b463282519aef) --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7cb41a57310..4427e3f2fa7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2022-01-16 Joel Brobecker + + * copyright.py (EXCLUDE_LIST): Add "gdbsupport/Makefile.in". + 2022-01-16 Joel Brobecker * top.c: Update year range in copyright notice. diff --git a/gdb/copyright.py b/gdb/copyright.py index e501e2533c2..f46d668346a 100644 --- a/gdb/copyright.py +++ b/gdb/copyright.py @@ -209,6 +209,7 @@ def main(): EXCLUDE_LIST = ( "gdb/nat/glibc_thread_db.h", "gdb/CONTRIBUTE", + "gdbsupport/Makefile.in", "gnulib/import", "gnulib/config.in", "gnulib/Makefile.in",