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
  • chapter07/chroot.xml

    r2df066c9 r7546d8b  
    4747    PS1='(lfs) \u:\w\$ '        \
    4848    PATH=/usr/bin:/usr/sbin     \
     49    MAKEFLAGS="-j<replaceable>$(nproc)</replaceable>"      \
     50    TESTSUITEFLAGS="-j<replaceable>$(nproc)</replaceable>" \
    4951    /bin/bash --login</userinput></screen>
    5052
    5153    <para>The command replace the current shell process with a new shell
    5254    process, with controlling terminal set up.</para>
     55
     56  <para>
     57    If you don't want to use all available logical cores, replace
     58    <replaceable>$(nproc)</replaceable> with the number of logical cores you
     59    want to use for building packages in this chapter and the following
     60    chapters.  The test suites of some packages (notably Autoconf, Libtool,
     61    and Tar) in &ch-final; are not affected by <envar>MAKEFLAGS</envar>, they
     62    use a <envar>TESTSUITEFLAGS</envar> environment variable instead. We
     63    set that here as well for running these test suites with multiple cores.
     64  </para>
    5365
    5466  <para>The <parameter>-i</parameter> option given to the <command>env</command>
     
    6779  used.</para>
    6880
    69   <para>Note that the <command>bash</command> prompt will say
     81  <para>Also note that the <command>bash</command> prompt will say
    7082  <computeroutput>I have no name!</computeroutput> This is normal because the
    7183  <filename>/etc/passwd</filename> file has not been created yet.</para>
Note: See TracChangeset for help on using the changeset viewer.