Re: Remove stray '@' from install.texi (was Re: [PATCH] Delete GCJ)
David Malcolm <[email protected]> Tue, 29 Nov 2016 20:26:11 -0500
| Newsgroups | gmane.comp.gcc.java.patches,gmane.comp.gcc.patches |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2016-11-29 at 18:20 -0700, Sandra Loosemore wrote: > 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 My texinfo skills aren't as strong as yours, so I was half-wondering if this was some syntax I wasn't aware of, or maybe a version issue. Thanks for the confirmation; committed to trunk as r242991. Dave