From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1234 invoked by alias); 1 Jan 2011 09:34:47 -0000 Received: (qmail 1125 invoked by uid 22791); 1 Jan 2011 09:34:46 -0000 X-SWARE-Spam-Status: No, hits=1.0 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 09:34:41 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0LEC00G007CSNH00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Sat, 01 Jan 2011 11:34:39 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.124.219.104]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LEC00G027XPQ510@a-mtaout20.012.net.il>; Sat, 01 Jan 2011 11:34:38 +0200 (IST) Date: Sat, 01 Jan 2011 09:34:00 -0000 From: Eli Zaretskii Subject: Re: [patch] make info out-of-src-tree regression on --with-system-readline In-reply-to: <20110101080848.GA20595@host1.dyn.jankratochvil.net> To: Jan Kratochvil Cc: gdb-patches@sourceware.org, tromey@redhat.com Reply-to: Eli Zaretskii Message-id: <831v4xq828.fsf@gnu.org> References: <20110101011319.GA27139@host1.dyn.jankratochvil.net> <20110101080848.GA20595@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/msg00005.txt.bz2 > Date: Sat, 1 Jan 2011 09:08:48 +0100 > From: Jan Kratochvil > Cc: Tom Tromey > > On Sat, 01 Jan 2011 02:13:24 +0100, Jan Kratochvil wrote: > > Another issue is that GDBvn.texi and gdb-cfg.texi should not be distributed. > > But that bug is a different one on top of this bug. That bug of a needless > > files distribution is dependent on magic GDB `make dist' I do not know and > > also that dist bug is not serious enough. > > This part has a real consequence - the previous patch does not apply for build > trees out of the src tree. It may be even a makeinfo bug. > > The change below is not needed for texi2dvi. In fact it even breaks it. Can't you repair it by a suitable setting of TEXINPUTS? > Another possibility is to error out if $(srcdir)/GDBvn.texi exists so that no > disambiguities may exist. GDBvn.texi would have to be removed from the > distributed tars. What are the problems with not distributing it in the tarball, again? (I take back my questions in the previous mail.) > gdb.info: ${GDB_DOC_FILES} > $(MAKEINFO) $(READLINE_TEXI_INCFLAG) -I ${GDBMI_DIR} -I $(srcdir) \ > - -o gdb.info $(srcdir)/gdb.texinfo > + -o gdb.info gdb.texinfo If we put "-I ." _before_ "-I $(srcdir)", doesn't it solve the issue more nicely?