bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/12283] New: bfd/doc doesn't support parallel build


From: hjl.tools at gmail dot com
Subject: [Bug binutils/12283] New: bfd/doc doesn't support parallel build
Date: Thu, 2 Dec 2010 16:41:36 +0000

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

           Summary: bfd/doc doesn't support parallel build
           Product: binutils
           Version: 2.22 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: address@hidden
        ReportedBy: address@hidden


"make -j8" fails at random due to bfd/doc/Makefile.am:

# We do not depend on chew directly so that we can distribute the info
# files, and permit people to rebuild them, without requiring the makeinfo
# program.  If somebody tries to rebuild info, but none of the .texi files
# have changed, then nothing will be rebuilt.

aoutx.texi: chew.c $(srcdir)/../aoutx.h $(srcdir)/doc.str
    $(MAKE) $(MKDOC)
    ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../aoutx.h >aoutx.tmp
    $(SHELL) $(srcdir)/../../move-if-change aoutx.tmp aoutx.texi

archive.texi: chew.c $(srcdir)/../archive.c $(srcdir)/doc.str
    $(MAKE) $(MKDOC)
    ./$(MKDOC) -f $(srcdir)/doc.str <$(srcdir)/../archive.c >archive.tmp
    $(SHELL) $(srcdir)/../../move-if-change archive.tmp archive.texi

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

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