mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
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
This commit is contained in:
parent
2be021c923
commit
0a2f7f6105
@ -35,6 +35,17 @@
|
||||
</itemizedlist>
|
||||
</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>
|
||||
|
@ -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 – -->
|
||||
<!ENTITY milestone "7.5">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
@ -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(){}' > dummy.c && g++ -o dummy dummy.c
|
||||
|
Loading…
Reference in New Issue
Block a user