From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18523 invoked by alias); 31 Mar 2003 18:12:55 -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 18516 invoked from network); 31 Mar 2003 18:12:55 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 31 Mar 2003 18:12:55 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id KAA03442; Mon, 31 Mar 2003 10:12:51 -0800 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma003432; Mon, 31 Mar 03 10:12:42 -0800 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id h2VICia25306; Mon, 31 Mar 2003 10:12:45 -0800 (PST) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id KAA04649; Mon, 31 Mar 2003 10:12:44 -0800 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16008.34076.442297.792987@casey.transmeta.com> Date: Mon, 31 Mar 2003 18:12:00 -0000 To: Bob Rossi Cc: gdb@sources.redhat.com Subject: Re: makeinfo with gdb.texinfo In-Reply-To: <20030331175248.GC10233@white> References: <20030331172211.GB10233@white> <20030331174222.GA30182@nevyn.them.org> <20030331175248.GC10233@white> X-SW-Source: 2003-03/txt/msg00416.txt.bz2 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.