Ignore:
Timestamp:
11/21/2023 12:45:26 AM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
e49e2ea
Parents:
2df066c9 (diff), 01247ac (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/aboutsbus.xml

    r2df066c9 r7546d8b  
    4646
    4747  <note>
    48     <para>For many modern systems with multiple processors (or cores) the
    49     compilation time for a package can be reduced by performing a "parallel
    50     make" by either setting an environment variable or telling the
    51     <command>make</command> program how many processors are available.  For
    52     instance, an Intel i5-6500 CPU can support four simultaneous processes with:</para>
    53 
    54     <screen role="nodump"><userinput>export MAKEFLAGS='-j4'</userinput></screen>
    55 
    56     <para>or by building with:</para>
    57 
    58     <screen role="nodump"><userinput>make -j4</userinput></screen>
    59 
    6048    <para>When multiple processors are used in this way, the SBU units in the
    6149    book will vary even more than they normally would.  In some cases, the make
Note: See TracChangeset for help on using the changeset viewer.