Ignore:
Timestamp:
06/12/2020 04:40:07 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
26fec27
Parents:
ea7ec72
Message:

Mostly text updates in Chapter 8.
There are a couple of minor command changes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/introduction.xml

    rea7ec72 r6a156bab  
    1111  <title>Introduction</title>
    1212
    13   <para>In this chapter, we enter the building site and start constructing the
    14   LFS system in earnest. That is, we chroot into the temporary mini Linux system,
    15   make a few final preparations, and then begin installing the packages.</para>
     13  <para>In this chapter, we start constructing the LFS system in earnest.
     14  </para>
    1615
    1716  <para>The installation of this software is straightforward. Although in many
     
    4241  space is required during this building process. Following the installation
    4342  instructions, there is a list of programs and libraries (along with brief
    44   descriptions of these) that the package installs.</para>
     43  descriptions) that the package installs.</para>
    4544
    46   <note><para>The SBU values and required disk space includes
    47   test suite data for all applicable packages in
    48   <xref linkend="chapter-building-system"/>.</para></note>
     45  <note><para>The SBU values and required disk space includes test suite data
     46  for all applicable packages in <xref linkend="chapter-building-system"/>. SBU
     47  values have been calculated using a single CPU core (-j1) for all
     48  operations.</para></note>
    4949
    5050  <sect2>
     
    5353    <para>In general, the LFS editors discourage building and installing static
    5454    libraries.  The original purpose for most static libraries has been made
    55     obsolete in a modern Linux system.  In addition linking a static library
     55    obsolete in a modern Linux system.  In addition, linking a static library
    5656    into a program can be detrimental.  If an update to the library is needed
    5757    to remove a security problem, all programs that use the static library will
     
    6060    do the linking) may not even be known.</para>
    6161
    62     <para>In the procedures in Chapter&nbsp;6, we remove or disable installation of
     62    <para>In the procedures in this chapter, we remove or disable installation of
    6363    most static libraries. Usually this is done by passing a
    6464    <option>--disable-static</option> option to <command>configure</command>.
Note: See TracChangeset for help on using the changeset viewer.