Add "contrib" to the list of GDB support dirs (on src-release.sh)
authorSergio Durigan Junior <sergiodj@redhat.com>
Wed, 12 Sep 2018 05:14:31 +0000 (01:14 -0400)
committerSergio Durigan Junior <sergiodj@redhat.com>
Thu, 13 Sep 2018 16:33:19 +0000 (12:33 -0400)
On commit:

  commit 5a6996172e6294ea37054b1a9caa3a923a8fe399
  Author: Rainer Orth <ro@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  <sergiodj@redhat.com>

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

ChangeLog
src-release.sh

index ad0ed1d0e84ddc30d323d244eca9974b48b6a986..9fe7427b834719235d907c88249d44eefb5daa1f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-09-12  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * src-release.sh (GDB_SUPPORT_DIRS): Add "contrib".
+
 2018-07-16  Nick Clifton  <nickc@redhat.com>
 
        * src-release.sh (DEVO_SUPPORT): Add test-driver and ar-lib.
index d0425d6aab6945cae201a75972f3e405a794b07c..fe5dab5fb364618c8c6e33d3ee371e19ddd1abaa 100755 (executable)
@@ -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
This page took 0.032161 seconds and 4 git commands to generate.