From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2124) id 1901C3858C78; Fri, 19 Jan 2024 11:45:17 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1901C3858C78 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1705664718; bh=Bx/R3mWkbzYFgZ5HOF11ZqciEVaEEUs5iihkxOP8O8w=; h=From:To:Subject:Date:From; b=eBUUf/iumOD6wzrJ2Q4AgAfPLvotg+koEMRw8QGL5pWTU8SswHFdBS7JToNhzRIqz 2QcT+Xfn484RAZ9fyBZy6zAbUeCk6tuu32K5+xmnZWG+TR2BJ2HwntH2WiP60taDqw +m5XUr4qW6FbFA/e6BZYpagy17XZpQBTyP+vpV9k= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Nick Clifton To: bfd-cvs@sourceware.org, gdb-cvs@sourceware.org Subject: [binutils-gdb] Add multilib.am to the list of top level files included in any release created by the src-release.sh X-Act-Checkin: binutils-gdb X-Git-Author: Nick Clifton X-Git-Refname: refs/heads/master X-Git-Oldrev: 633789901c83d6899685d9011517eb751aa31972 X-Git-Newrev: 3b6a6fd9c0ac24333c10e68e249e4e39a8c34059 Message-Id: <20240119114518.1901C3858C78@sourceware.org> Date: Fri, 19 Jan 2024 11:45:17 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D3b6a6fd9c0ac= 24333c10e68e249e4e39a8c34059 commit 3b6a6fd9c0ac24333c10e68e249e4e39a8c34059 Author: Nick Clifton Date: Fri Jan 19 11:45:10 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=3D"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" =20 # Files in devo/etc used in any net release. ETC_SUPPORT=3D"Makefile.in configure configure.in standards.texi \