Changeset ea20da9


Ignore:
Timestamp:
06/08/2015 08:08:38 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5c6f5793
Parents:
83d7e276
Message:

Add an entity about parallel builds

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16094 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r83d7e276 rea20da9  
    152152<!ENTITY % package-entities SYSTEM      "packages.ent">
    153153%package-entities;
     154
     155<!ENTITY parallel_issues "<note><para>This package may occasionally fail when
     156                          building with multiple processors.  See <xref
     157                          linkend='parallel-builds'/> for more information.</para></note>">
     158
  • introduction/important/building-notes.xml

    r83d7e276 rea20da9  
    159159    condition where the success of the build depends on the order of the
    160160    commands run by the <command>make</command> program.  For instance, if an
    161     execuatable needs File A and File B, attempting to link the program before
     161    executable needs File A and File B, attempting to link the program before
    162162    one of the dependent components is available will result in a failure.
    163163    This condition usually arises because the upstream developer has not
  • x/lib/cogl.xml

    r83d7e276 rea20da9  
    103103  <sect2 role="installation">
    104104    <title>Installation of Cogl</title>
    105 
     105<!--
    106106    <note>
    107107      <para>
     
    111111      </para>
    112112    </note>
    113 
     113-->
    114114    <para>
    115115      Install <application>Cogl</application> by running the following
    116116      commands:
    117117    </para>
     118
     119    &parallel_issues;
    118120
    119121<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.