Changeset 6dfcfecc for part3intro


Ignore:
Timestamp:
03/31/2021 10:41:39 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
7610848
Parents:
811b5a39
git-author:
Thomas Trepl <thomas@…> (06/29/2020 07:55:01 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:39 AM)
Message:

Update to new lfs structure

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

Location:
part3intro
Files:
3 added
1 moved

Legend:

Unmodified
Added
Removed
  • part3intro/generalinstructions.xml

    r811b5a39 r6dfcfecc  
    66]>
    77
    8 <sect1 id="ch-tools-generalinstructions">
     8<sect1 id="ch-tools-generalinstructions"
     9       xreflabel="General Compilation Instructions">
    910  <?dbhtml filename="generalinstructions.html"?>
    1011
     
    1920    <para>Several of the packages are patched before compilation, but only when
    2021    the patch is needed to circumvent a problem. A patch is often needed in
    21     both this and the next chapter, but sometimes in only one or the other.
     22    both this and the following chapters, but sometimes in only one location.
    2223    Therefore, do not be concerned if instructions for a downloaded patch seem
    2324    to be missing.  Warning messages about <emphasis>offset</emphasis> or
     
    8283          <para>Place all the sources and patches in a directory that will be
    8384          accessible from the chroot environment such as
    84           <filename class="directory">/mnt/lfs/sources/</filename>. Do
     85          <filename class="directory">/mnt/lfs/sources/</filename>.<!-- Do
    8586          <emphasis>not</emphasis> put sources in
    86           <filename class="directory">/mnt/lfs/tools/</filename>.</para>
     87          <filename class="directory">/mnt/lfs/tools/</filename>. --></para>
    8788        </listitem>
    8889        <listitem>
     
    9495            <listitem>
    9596              <para>Using the <command>tar</command> program, extract the package
    96               to be built.  In Chapter&nbsp;5, ensure you are the <emphasis>lfs</emphasis>
    97               user when extracting the package.</para>
     97              to be built.  In <xref linkend="chapter-cross-tools"/> and
     98              <xref linkend="chapter-temporary-tools"/>, ensure you are
     99              the <emphasis>lfs</emphasis> user when extracting the package.</para>
    98100            </listitem>
    99101            <listitem>
Note: See TracChangeset for help on using the changeset viewer.