Ignore:
Timestamp:
12/05/2023 05:12:55 AM (7 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64
Children:
00de269
Parents:
6b6a1b9 (diff), dc8572f (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter07/chroot.xml

    r6b6a1b9 r73d91ac  
    2424    PS1='(lfs chroot) \u:\w\$ ' \
    2525    PATH=/usr/bin:/usr/sbin     \
     26    MAKEFLAGS="-j<replaceable>$(nproc)</replaceable>"      \
     27    TESTSUITEFLAGS="-j<replaceable>$(nproc)</replaceable>" \
    2628    /bin/bash --login</userinput></screen>
     29
     30  <para>
     31    If you don't want to use all available logical cores, replace
     32    <replaceable>$(nproc)</replaceable> with the number of logical cores you
     33    want to use for building packages in this chapter and the following
     34    chapters.  The test suites of some packages (notably Autoconf, Libtool,
     35    and Tar) in &ch-final; are not affected by <envar>MAKEFLAGS</envar>, they
     36    use a <envar>TESTSUITEFLAGS</envar> environment variable instead. We
     37    set that here as well for running these test suites with multiple cores.
     38  </para>
    2739
    2840  <para>The <parameter>-i</parameter> option given to the <command>env</command>
     
    4860  used.</para>
    4961
    50   <para>Note that the <command>bash</command> prompt will say
     62  <para>Also note that the <command>bash</command> prompt will say
    5163  <computeroutput>I have no name!</computeroutput> This is normal because the
    5264  <filename>/etc/passwd</filename> file has not been created yet.</para>
Note: See TracChangeset for help on using the changeset viewer.