From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27516 invoked by alias); 11 Oct 2005 18:45:51 -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 27397 invoked by uid 22791); 11 Oct 2005 18:45:49 -0000 Received: from bethe.phy.uc.edu (HELO bethe.phy.uc.edu) (129.137.4.14) by sourceware.org (qpsmtpd/0.30-dev) with ESMTP; Tue, 11 Oct 2005 18:45:49 +0000 Received: from [172.30.125.226] (zhivago.ccm-wireless.uc.edu [172.30.125.226]) by bethe.phy.uc.edu (8.12.11/8.12.11) with ESMTP id j9BIhPEd010206; Tue, 11 Oct 2005 14:43:25 -0400 In-Reply-To: <200510111836.j9BIak2k027668@sethra.codesourcery.com> References: <200510111836.j9BIak2k027668@sethra.codesourcery.com> Mime-Version: 1.0 (Apple Message framework v623) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <2e2ce61816de3525f270605d8582080a@physics.uc.edu> Content-Transfer-Encoding: 7bit Cc: binutils@sources.redhat.com, gcc-patches@gcc.gnu.org, dj@redhat.com From: Andrew Pinski Subject: Re: PATCH: Fix fallout from at-file.texi in Makefile.in, texi2pod Date: Tue, 11 Oct 2005 18:45:00 -0000 To: Mark Mitchell , gdb@sources.redhat.com X-Spam-Score: -100 () USER_IN_WHITELIST X-SW-Source: 2005-10/txt/msg00071.txt.bz2 On Oct 11, 2005, at 2:36 PM, Mark Mitchell wrote: > > It turns out that older versions of makeinfo and texi2pod.pl both fail > to support: > > @include @value{...} Where does "@include @value" happen? I don't see it anywhere in GCC's sources and I am able to build GCC just fine with makeinfo 4.6 without any troubles. Also shouldn't this be CC'd to gdb since they also use the toplevel makefile? -- Pinski