public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] gdb/copyright.py: Add generated files in gnulib/ to exclude list
@ 2020-02-25  3:37 Joel Brobecker
  0 siblings, 0 replies; only message in thread
From: Joel Brobecker @ 2020-02-25  3:37 UTC (permalink / raw)
  To: gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c325c44ef674de4c6ba2bfbb2eefb5f4661081cc

commit c325c44ef674de4c6ba2bfbb2eefb5f4661081cc
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Tue Feb 25 07:36:45 2020 +0400

    gdb/copyright.py: Add generated files in gnulib/ to exclude list
    
    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.

Diff:
---
 gdb/ChangeLog    | 5 +++++
 gdb/copyright.py | 4 +++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 1a15947..52dfa33 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>:
diff --git a/gdb/copyright.py b/gdb/copyright.py
index baa799d..6fc7e1f 100644
--- a/gdb/copyright.py
+++ b/gdb/copyright.py
@@ -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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-25  3:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-25  3:37 [binutils-gdb] gdb/copyright.py: Add generated files in gnulib/ to exclude list Joel Brobecker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).