Discussion:
[PATCH] Add "contrib" to the list of GDB support dirs (on src-release.sh)
Sergio Durigan Junior
2018-09-12 05:20:59 UTC
Permalink
On commit:

commit 5a6996172e6294ea37054b1a9caa3a923a8fe399
Author: Rainer Orth <***@CeBiTec.Uni-Bielefeld.DE>
Date: Mon Aug 6 16:05:16 2018 +0200

Update dg-extract-results.* from gcc

dg-extract-results.sh was moved from the "gdb/contrib/" directory to
the toplevel "contrib/" directory. However, src-release.sh was not
updated in order to include "contrib/" in the tarball release of GDB.
This makes it very inconvenient to run and analyze the GDB testsuite
results. This commit adds "contrib/" to the list of support
directories that are included in each GDB release.

ChangeLog:
2018-09-12 Sergio Durigan Junior <***@redhat.com>

* src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
---
ChangeLog | 4 ++++
src-release.sh | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index ad0ed1d0e8..9fe7427b83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-09-12 Sergio Durigan Junior <***@redhat.com>
+
+ * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
+
2018-07-16 Nick Clifton <***@redhat.com>

* src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
diff --git a/src-release.sh b/src-release.sh
index d0425d6aab..fe5dab5fb3 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -313,7 +313,7 @@ gas_release()
tar_compress $package $tool "$GAS_SUPPORT_DIRS" "$compressors"
}

-GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib"
+GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib"
gdb_release()
{
compressors=$1
--
2.17.1
Tom Tromey
2018-09-13 14:26:25 UTC
Permalink
Sergio> ChangeLog:
Sergio> 2018-09-12 Sergio Durigan Junior <***@redhat.com>

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

Thanks, this is ok.

Tom
Sergio Durigan Junior
2018-09-13 16:34:57 UTC
Permalink
Post by Tom Tromey
Sergio> * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
Thanks, this is ok.
Thanks, pushed.

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