From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4980 invoked by alias); 1 Jan 2011 10:51:29 -0000 Received: (qmail 4969 invoked by uid 22791); 1 Jan 2011 10:51:29 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 01 Jan 2011 10:51:24 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p01ApLUs006723 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sat, 1 Jan 2011 05:51:22 -0500 Received: from host1.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p01A0MRk007366 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 1 Jan 2011 05:00:24 -0500 Received: from host1.dyn.jankratochvil.net (localhost [127.0.0.1]) by host1.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p01A0M2v023055; Sat, 1 Jan 2011 11:00:22 +0100 Received: (from jkratoch@localhost) by host1.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id p01A0L58023054; Sat, 1 Jan 2011 11:00:21 +0100 Date: Sat, 01 Jan 2011 10:51:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: gdb-patches@sourceware.org, tromey@redhat.com Subject: Re: [patch] make info out-of-src-tree regression on --with-system-readline Message-ID: <20110101100021.GA22967@host1.dyn.jankratochvil.net> References: <20110101011319.GA27139@host1.dyn.jankratochvil.net> <20110101080848.GA20595@host1.dyn.jankratochvil.net> <831v4xq828.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <831v4xq828.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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/msg00008.txt.bz2 On Sat, 01 Jan 2011 10:36:47 +0100, Eli Zaretskii wrote: > > 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? It does not work for me for makeinfo as tested now. > What are the problems with not distributing it in the tarball, again? If you can test it then it would be great. My attempt with `-f src-release' failed. I did not try hard. Still I would find it fragile to generate file in . and search for it first in $(srcdir). > > 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? I tried first but it does not work. I did not check the makeinfo sources but still GDB should probably workaround it even if it is a makeinfo bug. Thanks, Jan