Add an entity about parallel builds

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@16094 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2015-06-08 20:08:38 +00:00
parent 83d7e2768c
commit ea20da9e02
3 changed files with 10 additions and 3 deletions

View File

@ -151,3 +151,8 @@ export -f as_root</userinput></screen>
<!ENTITY % package-entities SYSTEM "packages.ent">
%package-entities;
<!ENTITY parallel_issues "<note><para>This package may occasionally fail when
building with multiple processors. See <xref
linkend='parallel-builds'/> for more information.</para></note>">

View File

@ -158,7 +158,7 @@ bunzip2 -v patchname.bz2</userinput></screen>
<para>In some cases, using multiple processors may result in a 'race'
condition where the success of the build depends on the order of the
commands run by the <command>make</command> program. For instance, if an
execuatable needs File A and File B, attempting to link the program before
executable needs File A and File B, attempting to link the program before
one of the dependent components is available will result in a failure.
This condition usually arises because the upstream developer has not
properly designated all the prerequsites needed to accomplish a step in the

View File

@ -102,7 +102,7 @@
<sect2 role="installation">
<title>Installation of Cogl</title>
<!--
<note>
<para>
This package may occasionally fail when building with multiple
@ -110,12 +110,14 @@
information.
</para>
</note>
-->
<para>
Install <application>Cogl</application> by running the following
commands:
</para>
&parallel_issues;
<screen><userinput>./configure --prefix=/usr --enable-gles1 --enable-gles2 &amp;&amp;
make</userinput></screen>