From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26291 invoked by alias); 31 Mar 2003 18:22:01 -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 26282 invoked from network); 31 Mar 2003 18:22:01 -0000 Received: from unknown (HELO white) (68.14.146.65) by sources.redhat.com with SMTP; 31 Mar 2003 18:22:01 -0000 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1903uy-0002kk-00; Mon, 31 Mar 2003 13:22:00 -0500 Date: Mon, 31 Mar 2003 18:22:00 -0000 From: Bob Rossi To: Doug Evans Cc: gdb@sources.redhat.com Subject: Re: makeinfo with gdb.texinfo Message-ID: <20030331182200.GD10233@white> Mail-Followup-To: Doug Evans , gdb@sources.redhat.com 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 Content-Disposition: inline In-Reply-To: <16008.34076.442297.792987@casey.transmeta.com> User-Agent: Mutt/1.3.28i X-SW-Source: 2003-03/txt/msg00418.txt.bz2 On Mon, Mar 31, 2003 at 10:12:44AM -0800, Doug Evans wrote: > Bob Rossi writes: > > Does anyone know why I don't see the changed results I put into > > gdb.texinfo when I do 'make info' in gdb.info? > > > > The command 'make info' always update the gdb.info file when its > > supposed to ( running makeinfo ). > > However when I view the file gdb.info using pinfo, I don't see the changes. > > > > Also, when I grep for my changes, I see them in > > gdb.info-11, gdb.info-17 and gdb.texinfo. > > > > Does this make any sense? > > 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. Thanks for the help. Thats exactly what the problem was. Bob Rossi