public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Add libctf to src-release.sh:GDB_SUPPORT_DIRS
@ 2019-10-16 20:50 Sergio Durigan Junior
  2019-10-17 16:54 ` Tom Tromey
  0 siblings, 1 reply; 3+ messages in thread
From: Sergio Durigan Junior @ 2019-10-16 20:50 UTC (permalink / raw)
  To: GDB Patches; +Cc: Sergio Durigan Junior

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-16  Sergio Durigan Junior  <sergiodj@redhat.com>

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

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

diff --git a/ChangeLog b/ChangeLog
index 14d26631a9..c0418e57a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+	* src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
+
 2019-07-30  Nick Alcock  <nick.alcock@oracle.com>
 
 	* Makefile.def (host_modules): libctf is no longer no_install.
diff --git a/src-release.sh b/src-release.sh
index 90d556896c..eafa9c3333 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
-- 
2.21.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add libctf to src-release.sh:GDB_SUPPORT_DIRS
  2019-10-16 20:50 [PATCH] Add libctf to src-release.sh:GDB_SUPPORT_DIRS Sergio Durigan Junior
@ 2019-10-17 16:54 ` Tom Tromey
  2019-10-17 18:01   ` Sergio Durigan Junior
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Tromey @ 2019-10-17 16:54 UTC (permalink / raw)
  To: Sergio Durigan Junior; +Cc: GDB Patches

>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:

Sergio> We're forgetting to include the libctf directory when creating the
Sergio> snapshot.  This commit changes src-release.sh and adds it to
Sergio> GDB_SUPPORT_DIRS.

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

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

Thanks, this is ok.

Tom

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add libctf to src-release.sh:GDB_SUPPORT_DIRS
  2019-10-17 16:54 ` Tom Tromey
@ 2019-10-17 18:01   ` Sergio Durigan Junior
  0 siblings, 0 replies; 3+ messages in thread
From: Sergio Durigan Junior @ 2019-10-17 18:01 UTC (permalink / raw)
  To: Tom Tromey; +Cc: GDB Patches

On Thursday, October 17 2019, Tom Tromey wrote:

>>>>>> "Sergio" == Sergio Durigan Junior <sergiodj@redhat.com> writes:
>
> Sergio> We're forgetting to include the libctf directory when creating the
> Sergio> snapshot.  This commit changes src-release.sh and adds it to
> Sergio> GDB_SUPPORT_DIRS.
>
> Sergio> 2019-10-16  Sergio Durigan Junior  <sergiodj@redhat.com>
>
> Sergio> 	* src-release.sh (GDB_SUPPORT_DIRS): Add libctf.
>
> Thanks, this is ok.

Thanks, pushed:

95c746ccc47cbf927ff2cbebabf910859b090164

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-17 18:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-16 20:50 [PATCH] Add libctf to src-release.sh:GDB_SUPPORT_DIRS Sergio Durigan Junior
2019-10-17 16:54 ` Tom Tromey
2019-10-17 18:01   ` 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).