Changeset ff097a94


Ignore:
Timestamp:
09/15/2019 04:27:03 PM (5 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, 9.1, 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:
2e836fe
Parents:
a751c8d
Message:

Text clarifications

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/m4.xml

    ra751c8d rff097a94  
    4444    <title>Installation of M4</title>
    4545
    46     <para>First, make some fixes required by glibc-2.28:</para>
     46    <para>First, make some fixes introduced by glibc-2.28:</para>
    4747
    4848<screen><userinput remap="pre">sed -i 's/IO_ftrylockfile/IO_EOF_SEEN/' lib/*.c
  • chapter06/glibc.xml

    ra751c8d rff097a94  
    167167
    168168    <note><para>The symbolic link above is needed to run the tests at this
    169     stage of building in the chroot envirnment.  It will be overwritten
     169    stage of building in the chroot environment.  It will be overwritten
    170170    in the install phase below.</para></note>
    171171
  • chapter06/openssl.xml

    ra751c8d rff097a94  
    6565<screen><userinput remap="test">make test</userinput></screen>
    6666
    67     <para>One subtest in the test 20-test_enc.t fails in the lfs chroot
    68     environment, but passes when run as a regular user.</para>
     67    <para>One subtest in the test 20-test_enc.t is known to fail.</para>
    6968
    7069    <para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.