From patchwork Sun Sep 9 19:48:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eli Zaretskii X-Patchwork-Id: 29283 Received: (qmail 76676 invoked by alias); 9 Sep 2018 19:49:11 -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 76452 invoked by uid 89); 9 Sep 2018 19:48:50 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.3 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 09 Sep 2018 19:48:47 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fz5h3-0004sh-H2 for gdb-patches@sourceware.org; Sun, 09 Sep 2018 15:48:26 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:47008) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fz5gx-0004kH-Ba; Sun, 09 Sep 2018 15:48:19 -0400 Received: from [176.228.60.248] (port=3081 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fz5gw-000066-RZ; Sun, 09 Sep 2018 15:48:19 -0400 Date: Sun, 09 Sep 2018 22:48:24 +0300 Message-Id: <831sa2qwon.fsf@gnu.org> From: Eli Zaretskii To: tom@tromey.com CC: gdb-patches@sourceware.org, mjw@redhat.com In-reply-to: <8336uiqxs9.fsf@gnu.org> (message from Eli Zaretskii on Sun, 09 Sep 2018 22:24:38 +0300) Subject: Re: [ANNOUNCEMENT] GDB 8.2 released! References: <83ftyjq90h.fsf@gnu.org> <87in3e4iwz.fsf@tromey.com> <8336uiqxs9.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-IsSubscribed: yes > Date: Sun, 09 Sep 2018 22:24:38 +0300 > From: Eli Zaretskii > CC: gdb-patches@sourceware.org, mjw@redhat.com > > > I didn't try the obvious patch, but maybe you could? > > If you tell me what is the obvious patch, I will certainly try it. Errr... you mean the patch below? That works. --- gdb/Makefile.in~ 2018-09-05 10:44:28.000000000 +0300 +++ gdb/Makefile.in 2018-09-09 22:46:39.696000000 +0300 @@ -1768,8 +1768,8 @@ else \ true ; \ fi ; \ - $(INSTALL_PROGRAM) $(srcdir)/contrib/gdb-add-index.sh \ - $(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT) + $(INSTALL_SCRIPT) $(srcdir)/contrib/gdb-add-index.sh \ + $(DESTDIR)$(bindir)/$$transformed_name @$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do install-strip: