aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 16:48:53 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2013-12-29 16:48:53 +0000
commit0a2f7f6105b810ba1782165a031c0df0d137be50 (patch)
tree6a74edd7e672d14bf081b38372e519f8a51c6dd1
parent2be021c92381c7709060caa88ab88d10c92c1eaa (diff)
Remove no longer needed makeinfo from Host System Requirements
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10422 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--general.ent4
-rw-r--r--prologue/hostreqs.xml6
3 files changed, 13 insertions, 8 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 043cf25ed..a5b0d898d 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,17 @@
</listitem>
-->
<listitem>
+ <para>2013-12-29</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Remove no longer needed makeinfo from Host System
+ Requirements. Fixes
+ <ulink url="&lfs-ticket-root;3460">#3460</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2013-12-22</para>
<itemizedlist>
<listitem>
diff --git a/general.ent b/general.ent
index fabc5994b..224d30e38 100644
--- a/general.ent
+++ b/general.ent
@@ -1,5 +1,5 @@
-<!ENTITY version "SVN-20131222">
-<!ENTITY releasedate "December 22, 2013">
+<!ENTITY version "SVN-20131229">
+<!ENTITY releasedate "December 29, 2013">
<!ENTITY copyrightdate "1999-2013"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml
index c793cf7cd..153f31898 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -123,11 +123,6 @@
<para><emphasis role="strong">Tar-1.18</emphasis></para>
</listitem>
- <!-- Needed by the apparently broken Binutils-2.18 -->
- <listitem>
- <para><emphasis role="strong">Texinfo-4.9</emphasis></para>
- </listitem>
-
<listitem>
<para><emphasis role="strong">Xz-5.0.0</emphasis></para>
</listitem>
@@ -183,7 +178,6 @@ patch --version | head -n1
echo Perl `perl -V:version`
sed --version | head -n1
tar --version | head -n1
-echo "Texinfo: `makeinfo --version | head -n1`"
xz --version | head -n1
echo 'main(){}' &gt; dummy.c &amp;&amp; g++ -o dummy dummy.c