Changeset 2ed0e93


Ignore:
Timestamp:
09/23/2022 08:52:30 PM (19 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
f001ece
Parents:
1cb4a25b
Message:

Refine verbiage in chapter 4.2 (Creating a limited directory layout).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

    r1cb4a25b r2ed0e93  
    1111  <title>Creating a limited directory layout in LFS filesystem</title>
    1212
    13   <para>The first task performed in the LFS partition is to create a limited
    14   directory hierarchy so that programs compiled in <xref
     13  <para>The next task to be performed in the LFS partition is to create a limited
     14  directory hierarchy, so that the programs compiled in <xref
    1515  linkend="chapter-temporary-tools"/> (as well as glibc and libstdc++ in <xref
    16   linkend="chapter-cross-tools"/>) may be installed in their final
    17   location. This is needed so that those temporary programs be overwritten
    18   when rebuilding them in <xref linkend="chapter-building-system"/>.</para>
     16  linkend="chapter-cross-tools"/>) can be installed in their final
     17  location. We do this so those temporary programs will be overwritten when
     18  the final versions are built in <xref linkend="chapter-building-system"/>.</para>
    1919
    20   <para>Create the required directory layout by running the following as
     20  <para>Create the required directory layout by issuing the following commands as
    2121  <systemitem class="username">root</systemitem>:</para>
    2222
     
    3232
    3333  <para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled
    34   with a cross-compiler (more details in section <xref
    35   linkend="ch-tools-toolchaintechnotes"/>). In order to separate this
    36   cross-compiler from the other programs, it will be installed in a special
    37   directory. Create this directory with:</para>
     34  with a cross-compiler (more details can be found in section <xref
     35  linkend="ch-tools-toolchaintechnotes"/>). This cross-compiler will be installed
     36  in a special directory, to separate it from the other programs. Still acting as
     37  &root;, create that directory with this command:</para>
    3838
    3939<screen><userinput>mkdir -pv $LFS/tools</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.