[Clfs-commits] commit: r3996 - /branches/clfs-1.1/BOOK/introduction/common/changelog.xml /branches/clfs-1.1/BOOK/prologue/common/hostreqs.xml /trunk/BOOK/introduction/common/changelog.xml /trunk/BOOK/prologue/common/hostreqs.xml

svn at cross-lfs.org svn at cross-lfs.org
Wed Aug 27 19:27:49 PDT 2008


Author: jciccone
Date: Thu Aug 28 02:27:48 2008
New Revision: 3996

Log:
Add Texinfo 4.4 to the list of host system requirements, This is required to build binutils.

Modified:
    branches/clfs-1.1/BOOK/introduction/common/changelog.xml
    branches/clfs-1.1/BOOK/prologue/common/hostreqs.xml
    trunk/BOOK/introduction/common/changelog.xml
    trunk/BOOK/prologue/common/hostreqs.xml

Modified: branches/clfs-1.1/BOOK/introduction/common/changelog.xml
==============================================================================
--- branches/clfs-1.1/BOOK/introduction/common/changelog.xml (original)
+++ branches/clfs-1.1/BOOK/introduction/common/changelog.xml Thu Aug 28 02:27:48 2008
@@ -35,6 +35,16 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>August 27, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Add Texinfo to the list of Host System
+          Requirements.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>August 24, 2008</para>

Modified: branches/clfs-1.1/BOOK/prologue/common/hostreqs.xml
==============================================================================
--- branches/clfs-1.1/BOOK/prologue/common/hostreqs.xml (original)
+++ branches/clfs-1.1/BOOK/prologue/common/hostreqs.xml Thu Aug 28 02:27:48 2008
@@ -95,6 +95,10 @@
       <para><emphasis role="strong">Tar-1.14</emphasis></para>
     </listitem>
 
+    <listitem>
+      <para><emphasis role="strong">Texinfo-4.4</emphasis></para>
+    </listitem>
+
   </itemizedlist>
 
   <para>To see whether your host system has all the appropriate versions, run the following:</para>
@@ -120,7 +124,8 @@
 tic -V
 patch --version | head -n1
 sed --version | head -n1
-tar --version | head -n1</literal>
+tar --version | head -n1
+makeinfo --version | head -n1</literal>
 
 EOF
 

Modified: trunk/BOOK/introduction/common/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/common/changelog.xml (original)
+++ trunk/BOOK/introduction/common/changelog.xml Thu Aug 28 02:27:48 2008
@@ -35,6 +35,15 @@
       </itemizedlist>
     </listitem>
 -->
+
+    <listitem>
+      <para>August 26, 2008</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Added Texinfo to the list of host system requirements.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>August 26, 2008</para>

Modified: trunk/BOOK/prologue/common/hostreqs.xml
==============================================================================
--- trunk/BOOK/prologue/common/hostreqs.xml (original)
+++ trunk/BOOK/prologue/common/hostreqs.xml Thu Aug 28 02:27:48 2008
@@ -103,6 +103,10 @@
       <para><emphasis role="strong">Tar-1.14</emphasis></para>
     </listitem>
 
+    <listitem>
+      <para><emphasis role="strong">Texinfo-4.4</emphasis></para>
+    </listitem>
+
   </itemizedlist>
 
   <para>To see whether your host system has all the appropriate versions, run the following:</para>
@@ -130,7 +134,8 @@
 tic -V
 patch --version | head -n1
 sed --version | head -n1
-tar --version | head -n1</literal>
+tar --version | head -n1
+makeinfo --version | head -n1</literal>
 
 EOF
 




More information about the Clfs-commits mailing list