[PATCH] Move gnulib to top level

Andreas Schwab schwab@linux-m68k.org
Fri Jun 21 13:23:00 GMT 2019


Committed as obvious.

Andreas.

[PATCH] Add gnulib to gdb release tarball

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

diff --git a/ChangeLog b/ChangeLog
index c2d02749d6..1b7f860627 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-06-21  Andreas Schwab  <schwab@linux-m68k.org>
+
+	* src-release.sh (GDB_SUPPORT_DIRS): Add gnulib.
+
 2019-06-14  Tom Tromey  <tom@tromey.com>
 
 	* MAINTAINERS: Add gnulib.
diff --git a/src-release.sh b/src-release.sh
index e1dcd82746..1654656146 100755
--- a/src-release.sh
+++ b/src-release.sh
@@ -311,7 +311,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"
+GDB_SUPPORT_DIRS="bfd include libiberty opcodes readline sim intl libdecnumber cpu zlib contrib gnulib"
 gdb_release()
 {
     compressors=$1
-- 
2.22.0

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510  2552 DF73 E780 A9DA AEC1
"And now for something completely different."



More information about the Gdb-patches mailing list