From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32708 invoked by alias); 1 Jan 2011 16:44:08 -0000 Received: (qmail 32698 invoked by uid 22791); 1 Jan 2011 16:44:07 -0000 X-SWARE-Spam-Status: No, hits=0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_JMF_BL,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 01 Jan 2011 16:44:01 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LEC00K00RHHMO00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sat, 01 Jan 2011 18:43:41 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.127.157]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LEC00KC4RSSOF00@a-mtaout20.012.net.il>; Sat, 01 Jan 2011 18:43:41 +0200 (IST) Date: Sat, 01 Jan 2011 16:44:00 -0000 From: Eli Zaretskii Subject: Re: [patch] make info regression on --with-system-readline In-reply-to: <20110101163142.GA16999@host1.dyn.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org, tromey@redhat.com Reply-to: Eli Zaretskii Message-id: <838vz4po75.fsf@gnu.org> References: <20110101011319.GA27139@host1.dyn.jankratochvil.net> <8339pdq8la.fsf@gnu.org> <20110101093815.GA24535@host1.dyn.jankratochvil.net> <83y675osbp.fsf@gnu.org> <20110101111629.GA21199@host1.dyn.jankratochvil.net> <83sjxcq2v8.fsf@gnu.org> <20110101114336.GA27034@host1.dyn.jankratochvil.net> <83k4ioq0e0.fsf@gnu.org> <20110101123012.GA403@host1.dyn.jankratochvil.net> <83d3ogprcp.fsf@gnu.org> <20110101163142.GA16999@host1.dyn.jankratochvil.net> X-IsSubscribed: yes 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 X-SW-Source: 2011-01/txt/msg00022.txt.bz2 > Date: Sat, 1 Jan 2011 17:31:42 +0100 > From: Jan Kratochvil > Cc: gdb-patches@sourceware.org, tromey@redhat.com > > It will not work (with current GDB sources) if you do: > > ./configure; make; make -C gdb/doc gdb.info > mkdir build; cd build > ../configure --with-system-readline; make; make -C gdb/doc gdb.info > > But building out of the src tree probably requires the src tree to be > distclean, doesn't it? Yes, it does. Or, rather, whoever doesn't keep it distclean asks for trouble, and should not be surprised to have to do something by hand. > So the case above should not be valid and just removing GDBvn.texi > from .tar.bz2 should be enough. That, and also adding it to distclean-removed files, yes. So, unless anyone else objects, removing GDBvn.texi from the distributed files is the solution.