On Tue, Nov 27, 2012 at 12:55 PM, Mike Stump <mikest...@comcast.net> wrote: > This: > > Verify that you have permission to grant a GFDL license for all > new text in tm.texi, then copy it to ../../gcc/gcc/doc/tm.texi. > make[3]: *** [s-tm-texi] Error 1 > make[3]: *** Waiting for unfinished jobs…. > > is one of the stupidest build errors I've seen all decade. Can someone fix > it please?
This means someone edited gcc/doc/tm.texi.in and/or gcc/target.def without checking a new version of gcc/doc/tm.texi . This build failure is to make sure we are not violating the rules setup by FSF for the licensing for target.def both GPL and GFDL. Thanks, Andrew Pinski