From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31127 invoked by alias); 2 Apr 2003 01:00:23 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 31107 invoked from network); 2 Apr 2003 01:00:22 -0000 Received: from unknown (HELO main.gmane.org) (80.91.224.249) by sources.redhat.com with SMTP; 2 Apr 2003 01:00:22 -0000 Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 190Wbm-00060R-00 for ; Wed, 02 Apr 2003 03:00:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gdb@sources.redhat.com Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 190VUP-00085F-00 for ; Wed, 02 Apr 2003 01:48:25 +0200 From: Ben Elliston Subject: Re: makeinfo with gdb.texinfo Date: Wed, 02 Apr 2003 01:00:00 -0000 Message-ID: References: <20030331172211.GB10233@white> <20030331174222.GA30182@nevyn.them.org> <20030331175248.GC10233@white> <16008.34076.442297.792987@casey.transmeta.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 X-SW-Source: 2003-04/txt/msg00016.txt.bz2 Doug Evans writes: > Yep. If it's like the "info" command > bash$ info -f gdb.info > gives you the installed version whereas > bash$ info -f ./gdb.info > gives you the version in the current directory. It's annoying behaviour and, IMHO, a bug. Shouldn't info use copies in the local directory if they can be found, otherwise search the info path? Ben