[Bug bootstrap/45888] tm.texi generation is not portable, rule is broken

amylaar at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sat Dec 4 01:04:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45888

--- Comment #28 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-12-04 01:03:18 UTC ---
(In reply to comment #27)
> No, the build still failed the same way. In fact, when issuing command 'file
> gcc/tm.texi' on the build directory, gcc/tm.texi: ASCII English text, with very
> long lines is outputed.

Did your Makefile actually get regenerated?

The idea is that gcc/tm.texi is no longer compared against
$(srcdir))/doc/tm.texi,
but against gcc/tmp3-tm.texi, which should have the same line endings as
gcc/tm.texi .

This temporary file is not deleted in the miscompare case, so you should be
able to inspect it, too.



More information about the Gcc-bugs mailing list