Add gnulib to gdb release tarball
authorAndreas Schwab <schwab@linux-m68k.org>
Fri, 21 Jun 2019 12:42:22 +0000 (14:42 +0200)
committerAndreas Schwab <schwab@linux-m68k.org>
Fri, 21 Jun 2019 13:20:34 +0000 (15:20 +0200)
* src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.

ChangeLog
src-release.sh

index c2d0274..1b7f860 100644 (file)
--- 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.
index e1dcd82..1654656 100755 (executable)
@@ -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