[binutils-gdb] Add gnulib to gdb release tarball

Andreas Schwab schwab@sourceware.org
Fri Jun 21 13:23:00 GMT 2019


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

commit be74b5b71481afe03aad074ad1951dcae152b97a
Author: Andreas Schwab <schwab@linux-m68k.org>
Date:   Fri Jun 21 14:42:22 2019 +0200

    Add gnulib to gdb release tarball
    
    * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.

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

diff --git a/ChangeLog b/ChangeLog
index c2d0274..1b7f860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
+
 2019-06-14  Tom Tromey  <tom@tromey.com>
 
 	* MAINTAINERS: Add gnulib.
diff --git a/src-release.sh b/src-release.sh
index e1dcd82..1654656 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -311,7 +311,7 @@ gas_release()
     tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors"
 }
 
-GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib"
+GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib gnulib"
 gdb_release()
 {
     compressors=$1



More information about the Binutils-cvs mailing list