Changeset 12fff1e


Ignore:
Timestamp:
06/17/2020 08:50:25 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
8674e99
Parents:
450e8ac1
Message:

Slightly change the layout in part III, so that the preliminary material
appear separated. Minor rewrites for accounting for the new layout

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11949 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 added
5 edited
2 moved

Legend:

Unmodified
Added
Removed
  • chapter05/binutils-pass1.xml

    r450e8ac1 r12fff1e  
    4444    <title>Installation of Cross Binutils</title>
    4545
    46     <note><para>Go back and re-read the notes in the previous section.
    47     Understanding the notes labeled important will save you a lot
     46    <note><para>Go back and re-read the notes in the section titled <xref
     47    linkend="ch-tools-generalinstructions"/>.
     48    Understanding the notes labeled important can save you a lot
    4849    of problems later.</para></note>
    4950
  • chapter05/chapter05.xml

    r450e8ac1 r12fff1e  
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="introduction.xml"/>
    15   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="toolchaintechnotes.xml"/>
    16   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="generalinstructions.xml"/>
    1715  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="binutils-pass1.xml"/>
    1816  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcc-pass1.xml"/>
  • chapter05/introduction.xml

    r450e8ac1 r12fff1e  
    1313  <para>This chapter shows how to build a cross-compiler and its associated
    1414  tools. Although here cross-compilation is faked, the principles are
    15   the same as for a real cross-toolchain, and are detailed in the next
    16   section.</para>
     15  the same as for a real cross-toolchain.</para>
    1716
    1817  <para>The programs compiled in this chapter will be installed under the
  • index.xml

    r450e8ac1 r12fff1e  
    2929<title>Building the LFS Cross Toolchain and Temporary Tools</title>
    3030<?dbhtml filename="part3.html"?>
     31<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="part3intro/part3intro.xml"/>
    3132<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter05/chapter05.xml"/>
    3233<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="chapter06/chapter06.xml"/>
  • part3intro/generalinstructions.xml

    r450e8ac1 r12fff1e  
    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
  • stylesheets/lfs-xsl/lfs.css

    r450e8ac1 r12fff1e  
    238238}
    239239
    240 li.preface, .part li.appendix {
     240.book li.preface, .part li.appendix {
    241241  margin-left: 1em;
     242}
     243
     244.part li.preface {
     245  margin-left: 0em;
    242246}
    243247
Note: See TracChangeset for help on using the changeset viewer.