Add libctf to src-release.sh:GDB_SUPPORT_DIRS
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 16 Oct 2019 20:47:33 +0000 (16:47 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Thu, 17 Oct 2019 18:00:51 +0000 (14:00 -0400)
We're forgetting to include the libctf directory when creating the
snapshot.  This commit changes src-release.sh and adds it to
GDB_SUPPORT_DIRS.

2019-10-17  Sergio Durigan Junior  <sergiodj@redhat.com>

* src-release.sh (GDB_SUPPORT_DIRS): Add libctf.

Change-Id: Iada82e5c9e4f8d5a0a5e467d2a628f1fba66002e

ChangeLog
src-release.sh

index 1962d7eb9299cb4a048861304cc6a519bfe0141a..8c6046634562093f8954794eda07d0b9e84185c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-17  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
+
 2019-10-17  Alan Modra  <amodra@gmail.com>
 
        PR 29
index 61d8c8b452c6f424712a635750de948d1d426cab..275f0f24b5d3c1a3e764865684eb8495b55c2378 100755 (executable)
@@ -315,7 +315,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 gnulib"
+GDB_SUPPORT_DIRS="bfd include libiberty libctf opcodes readline sim intl libdecnumber cpu zlib contrib gnulib"
 gdb_release()
 {
     compressors=$1
This page took 0.031033 seconds and 4 git commands to generate.