Bug 10481 - fontconfig/doc fails when built in parallel
Summary: fontconfig/doc fails when built in parallel
Status: RESOLVED FIXED
Alias: None
Product: fontconfig
Classification: Unclassified
Component: doc (show other bugs)
Version: 2.4
Hardware: Alpha Linux (All)
: medium normal
Assignee: Keith Packard
QA Contact:
URL: http://jhbuild.bxlug.be/builds/2007-0...
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2007-03-30 21:02 UTC by James Andrewartha
Modified: 2007-10-25 01:57 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description James Andrewartha 2007-03-30 21:02:28 UTC
When built with make -j3, fontconfig/doc fails to build manpage.refs before "mv manpage.refs func.refs" is executed. The following patch fixes it:

--- fontconfig-2.4.1/doc/Makefile.am    2007-03-31 13:00:46.000000000 +0800
+++ fontconfig-2.4.1/doc/Makefile.am~   2006-09-04 06:37:14.000000000 +0800
@@ -108,7 +108,7 @@

 func.refs: local-fontconfig-devel.sgml $(DOC_FUNCS_SGML) version.sgml confdir.sgml
        $(RM) func.refs
-       $(DOC2MAN) local-fontconfig-devel.sgml && \
+       $(DOC2MAN) local-fontconfig-devel.sgml
        mv manpage.refs func.refs
        $(RM) manpage.links
Comment 1 James Andrewartha 2007-04-22 00:59:37 UTC
Doh, got the patch reversed. Oops.
Comment 2 Keith Packard 2007-10-25 01:57:02 UTC
Fixed, thanks.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.