From patchwork Fri Jun 21 13:23:11 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 33253 Received: (qmail 88746 invoked by alias); 21 Jun 2019 13:23:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 88738 invoked by uid 89); 21 Jun 2019 13:23:17 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.4 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1177 X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 21 Jun 2019 13:23:15 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 45VfWh4yGJz1rXhG; Fri, 21 Jun 2019 15:23:12 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 45VfWh3KbQz1qqkg; Fri, 21 Jun 2019 15:23:12 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id zsZBM0gGc7o8; Fri, 21 Jun 2019 15:23:11 +0200 (CEST) Received: from igel.home (ppp-46-244-172-189.dynamic.mnet-online.de [46.244.172.189]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Fri, 21 Jun 2019 15:23:11 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 321D02C0D81; Fri, 21 Jun 2019 15:23:11 +0200 (CEST) From: Andreas Schwab To: Tom de Vries Cc: Pedro Alves , Tom Tromey , gdb-patches@sourceware.org Subject: Re: [PATCH] Move gnulib to top level References: <20190613124818.15130-1-tom@tromey.com> <229bf3df-3fe3-60e1-cfec-448810839fa5@redhat.com> <777f0d31-6cf5-cd98-8411-c965c9a7dc9f@suse.de> X-Yow: I want a WESSON OIL lease!! Date: Fri, 21 Jun 2019 15:23:11 +0200 In-Reply-To: <777f0d31-6cf5-cd98-8411-c965c9a7dc9f@suse.de> (Tom de Vries's message of "Wed, 19 Jun 2019 17:56:01 +0200") Message-ID: <87k1dfoyww.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2.90 (gnu/linux) MIME-Version: 1.0 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 + + * src-release.sh (GDB_SUPPORT_DIRS): Add gnulib. + 2019-06-14 Tom Tromey * 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