From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22564 invoked by alias); 6 Feb 2014 13:06:53 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 22552 invoked by uid 89); 6 Feb 2014 13:06:53 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout25.012.net.il Received: from mtaout25.012.net.il (HELO mtaout25.012.net.il) (80.179.55.181) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 06 Feb 2014 13:06:52 +0000 Received: from conversion-daemon.mtaout25.012.net.il by mtaout25.012.net.il (HyperSendmail v2007.08) id <0N0K00J00SDOQB00@mtaout25.012.net.il> for gdb-patches@sourceware.org; Thu, 06 Feb 2014 15:06:05 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout25.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N0K00CO7SE5LP70@mtaout25.012.net.il>; Thu, 06 Feb 2014 15:06:05 +0200 (IST) Date: Thu, 06 Feb 2014 13:06:00 -0000 From: Eli Zaretskii Subject: Re: gdbreplay not installed In-reply-to: <52F38692.2000404@redhat.com> To: Pedro Alves Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83bnykz8yg.fsf@gnu.org> References: <83d2j0z9pf.fsf@gnu.org> <52F38692.2000404@redhat.com> X-IsSubscribed: yes X-SW-Source: 2014-02/txt/msg00088.txt.bz2 > Date: Thu, 06 Feb 2014 12:56:50 +0000 > From: Pedro Alves > CC: gdb-patches@sourceware.org > > On 02/06/2014 12:50 PM, Eli Zaretskii wrote: > > I noticed that gdbreplay is built, but not installed by "make > > install". Is that on purpose? > > Yeah, it's always been that way AFAIK. That's because that's really > a maintainer tool, not a user tool. I don't think gdbreplay is > even documented in the user manual? It is mentioned in gdbserver/README. If it is not for users, perhaps it shouldn't be built by the default Make target?