gdb/copyright.py: Do not update gdbsupport/Makefile.in
authorJoel Brobecker <brobecker@adacore.com>
Sun, 16 Jan 2022 10:34:15 +0000 (14:34 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Sun, 16 Jan 2022 10:34:15 +0000 (14:34 +0400)
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
gdb/copyright.py

index 7cb41a57310233195b3c6e9b50ed172b39e95772..4427e3f2fa7b08fb4f0890dd5c6f58db9ea31250 100644 (file)
@@ -1,3 +1,7 @@
+2022-01-16  Joel Brobecker  <brobecker@adacore.com>
+
+       * copyright.py (EXCLUDE_LIST): Add "gdbsupport/Makefile.in".
+
 2022-01-16  Joel Brobecker  <brobecker@adacore.com>
 
        * top.c: Update year range in copyright notice.
index e501e2533c2e3a439dbe049bf617a424f4e37771..f46d668346a3ada00ea7a5f2a4584c42b75d0a52 100644 (file)
@@ -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",
This page took 0.026243 seconds and 4 git commands to generate.