[binutils-gdb/binutils-2_42-branch] Add multilib.am to the list of top level files included in any release created by the src-release.sh

Nick Clifton nickc@sourceware.org
Fri Jan 19 11:45:49 GMT 2024


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

commit d7114f04073806faa9316fb5fd81658a7d8856e0
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Jan 19 11:45:44 2024 +0000

    Add multilib.am to the list of top level files included in any release created by the src-release.sh script

Diff:
---
 src-release.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src-release.sh b/src-release.sh
index bc947ebc56f..169135856a2 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -45,7 +45,8 @@ DEVO_SUPPORT="ar-lib ChangeLog compile config config-ml.in config.guess \
 	ltmain.sh ltoptions.m4 ltsugar.m4 ltversion.m4 lt~obsolete.m4 \
 	MAINTAINERS Makefile.def Makefile.in Makefile.tpl missing mkdep \
 	mkinstalldirs move-if-change README README-maintainer-mode \
-	SECURITY.txt src-release.sh symlink-tree test-driver ylwrap"
+	SECURITY.txt src-release.sh symlink-tree test-driver ylwrap \
+        multilib.am"
 
 # Files in devo/etc used in any net release.
 ETC_SUPPORT="Makefile.in configure configure.in standards.texi \


More information about the Binutils-cvs mailing list