Ignore:
Timestamp:
11/18/2015 05:56:10 PM (8 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, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 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:
e074bae
Parents:
35cc66f
Message:

Update to flex-2.6.0.
Update to man-db-2.7.5.
Update to kmod-22.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/flex.xml

    r35cc66f r3a2c3cd8  
    4242    <title>Installation of Flex</title>
    4343
    44     <para>First, skip running three regression tests that require Bison:</para>
    45 
    46 <screen><userinput remap="pre">sed -i -e '/test-bison/d' tests/Makefile.in</userinput></screen>
    47 
    4844    <para>Prepare Flex for compilation:</para>
    4945
     
    6359
    6460<screen><userinput remap="install">make install</userinput></screen>
    65 <!--
    66     <para>There are some packages that expect to find the
    67     <filename class="libraryfile">lex</filename> library in <filename
    68     class="directory">/usr/lib</filename>. Create a symlink to account for
    69     this:</para>
    7061
    71 <screen><userinput remap="install">ln -sv libfl.a /usr/lib/libl.a</userinput></screen>
    72 -->
    7362    <para>A few programs do not know about <command>flex</command> yet and
    7463    try to run its predecessor, <command>lex</command>. To support those
Note: See TracChangeset for help on using the changeset viewer.