bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/10536] New: Incorrect install-pdf/install-html


From: hjl dot tools at gmail dot com
Subject: [Bug ld/10536] New: Incorrect install-pdf/install-html
Date: 18 Aug 2009 18:59:54 -0000

There is a doc directory only in bfd, binutils and gas:

address@hidden binutils]$ find -name doc
./bfd/doc
./binutils/doc
./gas/doc

But there are install-html-recursive and install-pdf-recursive in
gprof and ld:

address@hidden binutils]$ grep install-html */Makefile.am | grep recursive
bfd/Makefile.am:.PHONY: install-html install-html-am install-html-recursive
bfd/Makefile.am:install-html:   install-html-recursive
bfd/Makefile.am:install-html-recursive:
binutils/Makefile.am:.PHONY: install-html install-html-am install-html-recursive
binutils/Makefile.am:install-html:      install-html-recursive
binutils/Makefile.am:install-html-recursive:
gas/Makefile.am:.PHONY: install-html install-html-am install-html-recursive
gas/Makefile.am:install-html:   install-html-recursive
gas/Makefile.am:install-html-recursive:
gprof/Makefile.am:.PHONY: install-html install-html-am install-html-recursive
gprof/Makefile.am:install-html: install-html-recursive  install-html-am
gprof/Makefile.am:install-html-recursive:
ld/Makefile.am:.PHONY: install-html install-html-am install-html-recursive
ld/Makefile.am:install-html: install-html-recursive  install-html-am
ld/Makefile.am:install-html-recursive:
address@hidden binutils]$ grep install-pdf */Makefile.am | grep recursive
bfd/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive
bfd/Makefile.am:install-pdf:    install-pdf-recursive
bfd/Makefile.am:install-pdf-recursive:
binutils/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive
binutils/Makefile.am:install-pdf:       install-pdf-recursive
binutils/Makefile.am:install-pdf-recursive:
gas/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive
gas/Makefile.am:install-pdf:    install-pdf-recursive
gas/Makefile.am:install-pdf-recursive:
gprof/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive
gprof/Makefile.am:install-pdf: install-pdf-recursive install-pdf-am
gprof/Makefile.am:install-pdf-recursive:
ld/Makefile.am:.PHONY: install-pdf install-pdf-am install-pdf-recursive
ld/Makefile.am:install-pdf: install-pdf-recursive install-pdf-am
ld/Makefile.am:install-pdf-recursive:
address@hidden binutils]$ 

"make -j8 install-pdf install-html" gave me:

make[4]: *** [install-html-am] Error 1
make[3]: *** [install-html-recursive] Error 1
make[2]: *** [install-html-libiberty] Error 1
make[3]: *** [install-html-am] Error 1
make[2]: *** [install-html-ld] Error 1
make[3]: *** [install-html-am] Error 1
make[4]: *** [install-html-am] Error 1
make[3]: *** [install-html-recursive] Error 1
make[2]: *** [install-html-gprof] Error 1
make[1]: *** [do-install-html] Error 2

-- 
           Summary: Incorrect install-pdf/install-html
           Product: binutils
           Version: 2.20 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ld
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: hjl dot tools at gmail dot com
                CC: bug-binutils at gnu dot org


http://sourceware.org/bugzilla/show_bug.cgi?id=10536

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]