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

           Summary: tm.texi generation is not portable, rule is broken
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: rw...@gcc.gnu.org


The thread starting at:
<http://gcc.gnu.org/ml/gcc/2010-10/msg00020.html>
lists a number of issues around tm.texi:

The output produced by genhooks is not portable (newline encoding), so it
should either produce binary output, or diff should be used to compare for
changes.

The tm.texi rule is broken because it references non-existing
$(srcdir)/doc/target.def.  Also, it seems references to source and build tree
are a bit messed up.  The logic to trigger a warning for updating the wrong
file could need a look-over, too.

Reply via email to