This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Update the src-release script to include the new top level files test-driver and ar-lib.


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

commit 0a8288f78ad4d8d273b3dc7ab10b0fd43464d0aa
Author: Nick Clifton <nickc@redhat.com>
Date:   Mon Jul 16 14:10:35 2018 +0100

    Update the src-release script to include the new top level files test-driver and ar-lib.
    
    	* src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.

Diff:
---
 ChangeLog      | 4 ++++
 src-release.sh | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 8718a84..ad0ed1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-07-16  Nick Clifton  <nickc@redhat.com>
+
+	* src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
+
 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
 
 	* config.sub: Sync with upstream version 2018-07-03.
diff --git a/src-release.sh b/src-release.sh
index 7c27ecf..d0425d6 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -46,7 +46,7 @@ DEVO_SUPPORT="README Makefile.in configure configure.ac \
 	Makefile.def Makefile.tpl src-release.sh config.rpath \
 	ChangeLog MAINTAINERS README-maintainer-mode \
 	lt~obsolete.m4 ltgcc.m4 depcomp mkdep compile \
-	COPYING3 COPYING3.LIB"
+	COPYING3 COPYING3.LIB test-driver ar-lib"
 
 # Files in devo/etc used in any net release.
 ETC_SUPPORT="Makefile.in configure configure.in standards.texi \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]