summaryrefslogtreecommitdiff
path: root/src-release.sh
diff options
context:
space:
mode:
authorSergio Durigan Junior <sergiodj@redhat.com>2019-10-16 16:47:33 -0400
committerSergio Durigan Junior <sergiodj@redhat.com>2019-10-17 14:00:51 -0400
commit95c746ccc47cbf927ff2cbebabf910859b090164 (patch)
tree35e128992179709c5ed2d057464228be0e78856e /src-release.sh
parent405feb71d4733a36cdc0629e9e4ccecd1a40dc39 (diff)
downloadbinutils-gdb-95c746ccc47cbf927ff2cbebabf910859b090164.tar.gz
Add libctf to src-release.sh:GDB_SUPPORT_DIRS
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
Diffstat (limited to 'src-release.sh')
-rwxr-xr-xsrc-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-release.sh b/src-release.sh
index 61d8c8b452c..275f0f24b5d 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -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