From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 41152 invoked by alias); 17 Jul 2015 22:30:14 -0000 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 Received: (qmail 41132 invoked by uid 89); 17 Jul 2015 22:30:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 17 Jul 2015 22:30:11 +0000 Received: from KLMAIL01.kl.imgtec.org (unknown [192.168.5.35]) by Websense Email Security Gateway with ESMTPS id 1E1FE545AFAEC; Fri, 17 Jul 2015 23:30:05 +0100 (IST) Received: from BAMAIL02.ba.imgtec.org (10.20.40.28) by KLMAIL01.kl.imgtec.org (192.168.5.35) with Microsoft SMTP Server (TLS) id 14.3.195.1; Fri, 17 Jul 2015 23:30:09 +0100 Received: from [10.20.3.58] (10.20.3.58) by bamail02.ba.imgtec.org (10.20.40.28) with Microsoft SMTP Server (TLS) id 14.3.174.1; Fri, 17 Jul 2015 15:30:07 -0700 Message-ID: <1437172207.19674.100.camel@ubuntu-sellcey> Subject: Re: [doc RFA] stabs.texinfo: @include gdb-cfg.texi. From: Steve Ellcey Reply-To: To: Doug Evans CC: , Date: Fri, 17 Jul 2015 22:30:00 -0000 In-Reply-To: <001a11c2e548981b14051b0098eb@google.com> References: <001a11c2e548981b14051b0098eb@google.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-SW-Source: 2015-07/txt/msg00530.txt.bz2 On Thu, 2015-07-16 at 16:30 +0000, Doug Evans wrote: > 2015-07-16 Doug Evans > > * stabs.texinfo: @include gdb-cfg.texi. > > diff --git a/gdb/doc/stabs.texinfo b/gdb/doc/stabs.texinfo > index 15c4152..c4ea037 100644 > --- a/gdb/doc/stabs.texinfo > +++ b/gdb/doc/stabs.texinfo > @@ -3,6 +3,10 @@ > @setchapternewpage odd > @settitle STABS > > +@c man begin INCLUDE > +@include gdb-cfg.texi > +@c man end > + > @c @finalout > > @c This is a dir.info fragment to support semi-automated addition of This patch breaks my parallel gdb builds (though the bug may be a latent one that this change finally causes to trigger). On my machine my parallel GDB build dies with: ./gdb-cfg.texi:16: @include `GDBvn.texi': No such file or directory. And then later in the log I see: mv GDBvn.new GDBvn.texi I think there is a missing dependency in the doc/Makefile.in to say that GDBvn.texi needs to be built before gdb-cfg.texi. Steve Ellcey sellcey@imgtec.com