public inbox for gdb-cvs@sourceware.org
help / color / mirror / Atom feed
* [binutils-gdb] Add libctf to src-release.sh:GDB_SUPPORT_DIRS
@ 2019-10-17 18:01 Sergio Durigan Junior
  0 siblings, 0 replies; only message in thread
From: Sergio Durigan Junior @ 2019-10-17 18:01 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

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

commit 95c746ccc47cbf927ff2cbebabf910859b090164
Author: Sergio Durigan Junior <sergiodj@redhat.com>
Date:   Wed Oct 16 16:47:33 2019 -0400

    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

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

diff --git a/ChangeLog b/ChangeLog
index 1962d7e..8c60466 100644
--- 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
diff --git a/src-release.sh b/src-release.sh
index 61d8c8b..275f0f2 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-17 18:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-17 18:01 [binutils-gdb] Add libctf to src-release.sh:GDB_SUPPORT_DIRS Sergio Durigan Junior

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).