From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64179 invoked by alias); 30 Nov 2016 01:20:58 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 64002 invoked by uid 89); 30 Nov 2016 01:20:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=qualify, Sandra, UD:info X-Spam-User: qpsmtpd, 2 recipients X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 30 Nov 2016 01:20:46 +0000 Received: from svr-orw-mbx-03.mgc.mentorg.com ([147.34.90.203]) by relay1.mentorg.com with esmtp id 1cBtZg-0002v1-Qy from Sandra_Loosemore@mentor.com ; Tue, 29 Nov 2016 17:20:40 -0800 Received: from [127.0.0.1] (147.34.91.1) by svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) with Microsoft SMTP Server (TLS) id 15.0.1210.3; Tue, 29 Nov 2016 17:20:37 -0800 Subject: Re: Remove stray '@' from install.texi (was Re: [PATCH] Delete GCJ) To: David Malcolm , Jeff Law , Matthias Klose , Rainer Orth References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> <4964955d-4de1-618c-de41-835ca19f9932@ubuntu.com> <4FBA6B16-460A-4EBB-8809-0883A84ABEB7@mentor.com> <0bf14402-d4e6-5fb0-8a63-479903ed2141@ubuntu.com> <01B885DF-4340-43C6-A784-21326A9CA8CF@comcast.net> <10704c8f-fd72-8d13-17a1-f522e88345b2@ubuntu.com> <31916070-ce2d-423a-e942-33f0b3ebc227@ubuntu.com> <6747724B-4128-4C55-8625-91AA559A0D98@mentor.com> <885027a6-080b-ec6f-89df-533be4132b36@ubuntu.com> <41C15B32-0659-49F2-A918-8A83623E4BF8@codesourcery.com> <48b62bc3-2870-0113-d165-59057c186e54@ubuntu.com> <58331F83.9080801@codesourcery.com> <5297ad88-69fb-d93f-ea6e-c283136be478@ubuntu.com> <3e91e449-40fe-1159-cec0-49dcb00d99ab@ubuntu.com> <5f87341f-1428-d357-3778-ef1daa90d479@redhat.com> <1480468255.7673.135.camel@redhat.com> CC: Iain Sandoe , Mike Stump , Andrew Haley , GCC Patches , GCJ-patches , Peter Bergner From: Sandra Loosemore Message-ID: <583E2964.5080700@codesourcery.com> Date: Wed, 30 Nov 2016 01:20:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <1480468255.7673.135.camel@redhat.com> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-ClientProxiedBy: svr-orw-mbx-04.mgc.mentorg.com (147.34.90.204) To svr-orw-mbx-03.mgc.mentorg.com (147.34.90.203) X-SW-Source: 2016-q4/txt/msg00037.txt.bz2 On 11/29/2016 06:10 PM, David Malcolm wrote: >[snip] > > r242985 seems to have broken the build, for me at least (with texinfo > 5.1): > > ../../src/gcc/doc/install.texi:2199: use braces to give a command as an argument to @= > make[2]: *** [doc/gccinstall.info] Error 1 > > The attached patch fixes it. > > OK to commit? OK. (This is so trivial it would qualify under the obvious patch rule anyway.) -Sandra