diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-08-05 14:26:03 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-08-05 14:26:03 +0000 |
commit | eeafffd5b3547e5a7bd1bc33e8cccc58632aa549 (patch) | |
tree | 2e6fdedeeacdb95d3fd9ce12c156973824d3fc9d | |
parent | a44c0c91ee2b69cf7a5fd7420be359acb7a3ea34 (diff) |
Upgrade to Bison-2.6.1. Fixes #3140.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 4 | ||||
-rw-r--r-- | chapter06/flex.xml | 2 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 8 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 96d1a0563..0195c8c3e 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,6 +41,10 @@ <para>2012-08-05</para> <itemizedlist> <listitem> + <para>[matthew] - Upgrade to Bison-2.6.1. Fixes + <ulink url="&lfs-ticket-root;3140">#3140</ulink>.</para> + </listitem> + <listitem> <para>[matthew] - Upgrade to Linux-3.5. Fixes <ulink url="&lfs-ticket-root;3138">#3138</ulink>.</para> </listitem> diff --git a/chapter06/flex.xml b/chapter06/flex.xml index ead4c8f31..996308ba4 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -55,7 +55,7 @@ <para>To test the results (about 0.5 SBU), issue:</para> -<screen><userinput remap="test">make check</userinput></screen> +<screen><userinput remap="test">make -k check</userinput></screen> <para>Install the package:</para> diff --git a/packages.ent b/packages.ent index c6561bfe5..319c3fc7b 100644 --- a/packages.ent +++ b/packages.ent @@ -46,10 +46,10 @@ <!ENTITY binutils-ch6-du "307 MB"> <!ENTITY binutils-ch6-sbu "1.9 SBU"> -<!ENTITY bison-version "2.5.1"> -<!ENTITY bison-size "1,571 KB"> +<!ENTITY bison-version "2.6.2"> +<!ENTITY bison-size "1,612 KB"> <!ENTITY bison-url "&gnu;bison/bison-&bison-version;.tar.xz"> -<!ENTITY bison-md5 "012708d801a3c986d8654aa673530b61"> +<!ENTITY bison-md5 "dea291996f98c34c3fd8e389a9cf6ea1"> <!ENTITY bison-home "&gnu-software;bison/"> <!-- <!ENTITY bison-ch5-du ""> |