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

           Summary: make targets info-gcc, dvi-gcc etc. should work from
                    unbuilt configured tree
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: bootstrap
        AssignedTo: unassig...@gcc.gnu.org
        ReportedBy: rw...@gcc.gnu.org


Running configure and then 'make info-gcc' currently fails with:

make[1]: Entering directory `/tmp/build/gcc'
make[1]: Circular s-tm-texi <- ../../gcc/gcc/doc/tm.texi dependency dropped.
build/genhooks \
            ../../gcc/gcc/doc/tm.texi.in > tmp-tm.texi
/bin/sh: line 1: build/genhooks: No such file or directory
make[1]: *** [s-tm-texi] Error 127


It should not be necessary to 'make all' before this.  Likewise for the other
toplevel doc targets.

Reply via email to