[binutils-gdb] Add extra files found in etc/ sub-directory to ETC_SUPPORT in src-release.sh

Nick Clifton nickc@sourceware.org
Mon May 20 15:13:47 GMT 2024


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

commit 4af0542142732be2522cbbcc7ad318ab57933d28
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon May 20 16:12:53 2024 +0100

    Add extra files found in etc/ sub-directory to ETC_SUPPORT in src-release.sh
    
      PR 31726

Diff:
---
 src-release.sh | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src-release.sh b/src-release.sh
index 169135856a2..0e95dde18bc 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -49,9 +49,11 @@ DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \
         multilib.am"
 
 # Files in devo/etc used in any net release.
-ETC_SUPPORT="Makefile.in configure configure.in standards.texi \
-	make-stds.texi standards.info* configure.texi configure.info* \
-	ChangeLog configbuild.* configdev.* fdl.texi texi2pod.pl gnu-oids.texi"
+ETC_SUPPORT="ChangeLog Makefile.am Makefile.in aclocal.m4 add-log.el \
+	add-log.vi configbuild.* configdev.* configure configure.ac \
+	configure.in configure.info* configure.texi fdl.texi gnu-oids.texi \
+	make-stds.texi standards.info* standards.texi texi2pod.pl \
+	update-copyright.py"
 
 # Get the version number of a given tool
 getver()


More information about the Binutils-cvs mailing list