diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-19 20:23:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-07-19 20:23:48 +0000 |
commit | ec786e6783ba90f260328e76e14886adef37dfbb (patch) | |
tree | 3a59ad41fd7830a473b83f409138204e5b018527 | |
parent | bedb1c71c0afd042d4512f144748c813df81ac17 (diff) |
Remove flex++ from the list of installed files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6559 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | chapter06/flex.xml | 10 |
2 files changed, 3 insertions, 9 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fa2f0f1e4..9650993bc 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -107,6 +107,8 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>July 19th, 2005 [matt]: Removed flex++ from the list of installed files, as it is no longer present (Randy McMurchy)</para></listitem> + <listitem><para>July 15th, 2005 [matt]: Updated to Linux-2.6.12.3.</para></listitem> <listitem><para>July 15th, 2005 [matt]: Updated to udev-063.</para></listitem> diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 8d6adacf0..475745fdb 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -87,7 +87,7 @@ chmod 755 /usr/bin/lex</userinput></screen> <segmentedlist> <segtitle>Installed programs</segtitle> <segtitle>Installed library</segtitle> -<seglistitem><seg>flex, flex++ (link to flex), and lex</seg> +<seglistitem><seg>flex and lex</seg> <seg>libfl.a</seg></seglistitem> </segmentedlist> @@ -106,14 +106,6 @@ program</para> </listitem> </varlistentry> -<varlistentry id="flex-"> -<term><command>flex++</command></term> -<listitem> -<para>Invokes a version of <command>flex</command> that is used exclusively for C++ scanners</para> -<indexterm zone="ch-system-flex flex-"><primary sortas="b-flex++">flex++</primary></indexterm> -</listitem> -</varlistentry> - <varlistentry id="lex"> <term><command>lex</command></term> <listitem> |