From f2126454e7ab49ac85ae21b7822dc28250b110ce Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Sun, 16 Jan 2022 14:34:15 +0400 Subject: [PATCH] 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) --- gdb/ChangeLog | 4 ++++ gdb/copyright.py | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7cb41a5731..4427e3f2fa 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 e501e2533c..f46d668346 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", -- 2.34.1