Ignore:
Timestamp:
10/01/2022 10:30:12 PM (19 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
f3b2f16
Parents:
f29824e (diff), 4349661 (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter04/creatingminlayout.xml

    rf29824e rc093e6b  
    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>In this section, we begin populating the LFS filesystem with the
     14  pieces that will constitute the final Linux system. The first step is to
     15  create a limited directory hierarchy, so that the programs compiled in <xref
    1516  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>
     17  linkend="chapter-cross-tools"/>) can be installed in their final
     18  location. We do this so those temporary programs will be overwritten when
     19  the final versions are built in <xref linkend="chapter-building-system"/>.</para>
    1920
    20   <para>Create the required directory layout by running the following as
     21  <para>Create the required directory layout by issuing the following commands as
    2122  <systemitem class="username">root</systemitem>:</para>
    2223
     
    3940
    4041  <para>Programs in <xref linkend="chapter-temporary-tools"/> will be compiled
    41   with a cross-compiler (more details in section <xref
    42   linkend="ch-tools-toolchaintechnotes"/>). In order to separate this
    43   cross-compiler from the other programs, it will be installed in a special
    44   directory. Create this directory with:</para>
     42  with a cross-compiler (more details can be found in section <xref
     43  linkend="ch-tools-toolchaintechnotes"/>). This cross-compiler will be installed
     44  in a special directory, to separate it from the other programs. Still acting as
     45  &root;, create that directory with this command:</para>
    4546
    4647<screen><userinput>mkdir -pv $LFS/tools</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.