Changeset 6702623 for chapter06


Ignore:
Timestamp:
03/31/2021 10:41:34 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
fd48baa
Parents:
b3f1ebb3
git-author:
Thomas Trepl <thomas@…> (04/05/2019 03:00:59 PM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:34 AM)
Message:

Merge trunk, add multilib.xml to prologue

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11570 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter06
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/glibc.xml

    rb3f1ebb3 r6702623  
    126126          extra code to check for buffer overflows, such as stack
    127127          smashing attacks.</para>
     128        </listitem>
     129      </varlistentry>
     130
     131      <varlistentry>
     132        <term><parameter>--with-headers=/usr/include</parameter></term>
     133        <listitem>
     134          <para>This option tells the build system where to find the
     135          kernel API headers. By default, those headers are sought in
     136          <filename class="directory">/tools/include</filename>.</para>
    128137        </listitem>
    129138      </varlistentry>
  • chapter06/systemd.xml

    rb3f1ebb3 r6702623  
    189189<screen><userinput remap="install">LANG=en_US.UTF-8 ninja install</userinput></screen>
    190190
    191     <para>Remove an unnecessary directory:</para>
     191    <para>Remove an unnecessary directory and file:</para>
    192192
    193193<screen><userinput remap="install">rm -rfv /usr/lib/rpm
Note: See TracChangeset for help on using the changeset viewer.