diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-08-13 20:30:43 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-08-13 20:30:43 +0000 |
commit | 778deac96f8655c92a6b10877fb8fb5c79d459f4 (patch) | |
tree | e3390211847e58f446daa8b0cb38dafa3c81f725 | |
parent | b815cec9c87f8b45676c7476dab9af37a19791a3 (diff) |
Fix up What's New for recent Flex-2.5.37 upgrade and remove all mentions of the now removed Flex patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/whatsnew.xml | 8 | ||||
-rw-r--r-- | chapter03/patches.xml | 8 | ||||
-rw-r--r-- | patches.ent | 5 |
3 files changed, 6 insertions, 15 deletions
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index e046236e9..164d6363a 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -67,9 +67,9 @@ <!--<listitem> <para>Findutils &findutils-version;</para> </listitem>--> - <!--<listitem> + <listitem> <para>Flex &flex-version;</para> - </listitem>--> + </listitem> <listitem> <para>Gawk &gawk-version;</para> </listitem> @@ -265,6 +265,10 @@ </listitem> <listitem> + <para>flex-2.5.35-gcc44-1.patch</para> + </listitem> + + <listitem> <para>gcc-4.6.2-cross_compile-1.patch</para> </listitem> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index c14b3e86a..5f09532ea 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -50,14 +50,6 @@ </listitem> </varlistentry> - <varlistentry> - <term>Flex GCC-4.4.x Patch - <token>&flex-gcc-patch-size;</token>:</term> - <listitem> - <para>Download: <ulink url="&patches-root;&flex-gcc-patch;"/></para> - <para>MD5 sum: <literal>&flex-gcc-patch-md5;</literal></para> - </listitem> - </varlistentry> - <!-- <varlistentry> <term>GRUB Disk Geometry Patch - <token>&grub-geometry-patch-size;</token>:</term> diff --git a/patches.ent b/patches.ent index 2f9ca839d..11ae8896b 100644 --- a/patches.ent +++ b/patches.ent @@ -27,11 +27,6 @@ <!ENTITY diffutils-i18n-patch-size "18 KB"> -<!ENTITY flex-gcc-patch "flex-&flex-version;-gcc44-1.patch"> -<!ENTITY flex-gcc-patch-md5 "ad9109820534278c6dd0898178c0788f"> -<!ENTITY flex-gcc-patch-size "1 KB"> - - <!ENTITY gcc-startfiles-patch "gcc-&gcc-version;-startfiles_fix-1.patch"> <!ENTITY gcc-startfiles-patch-md5 "799ef1971350d2e3c794f2123f247cc6"> <!ENTITY gcc-startfiles-patch-size "1.5 KB"> |