]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/copyright.py: Add generated files in gnulib/ to exclude list
authorJoel Brobecker <brobecker@adacore.com>
Tue, 25 Feb 2020 03:36:45 +0000 (07:36 +0400)
committerJoel Brobecker <brobecker@adacore.com>
Tue, 25 Feb 2020 03:36:45 +0000 (07:36 +0400)
This will prevent this script from updating the copyright year range
for those files.

Note that aclocal.m4 and configure are already in the EXCLUDE_ALL_LIST,
so they don't need to be added to the EXCLUDE_LIST.

gdb/ChangeLog:

        * copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and
        'gnulib/Makefile.in' to the list.

gdb/ChangeLog
gdb/copyright.py

index 1a159470e66796ef8e2f319b6378e2416d21eff6..52dfa33aefd2b0947a1669ae42c4560c02343258 100644 (file)
@@ -1,3 +1,8 @@
+2020-02-25  Joel Brobecker  <brobecker@adacore.com>
+
+       * copypright.py (EXCLUDE_LIST): Add 'gnulib/config.in' and
+       'gnulib/Makefile.in' to the list.
+
 2020-02-24  Tom Tromey  <tom@tromey.com>
 
        * dwarf2/read.h (struct type_unit_unshareable) <num_symtabs>:
index baa799de92762d6899c140c33635ad83e8ef27ed..6fc7e1f461a4b6e179cd8c9583421290d25dc28d 100644 (file)
@@ -190,7 +190,9 @@ def main ():
 EXCLUDE_LIST = (
     'gdb/nat/glibc_thread_db.h',
     'gdb/CONTRIBUTE',
-    'gnulib/import'
+    'gnulib/import',
+    'gnulib/config.in',
+    'gnulib/Makefile.in',
 )
 
 # Files which should not be modified, either because they are