Author: jim
Date: 2006-08-10 17:46:39 -0600 (Thu, 10 Aug 2006)
New Revision: 2203

Modified:
   /
   trunk/BOOK/final-system/common/util-linux.xml
   trunk/BOOK/final-system/mips/file.xml
   trunk/BOOK/final-system/mips/glibc.xml
   trunk/BOOK/final-system/mips/grep.xml
   trunk/BOOK/final-system/mips/mktemp.xml
   trunk/BOOK/final-system/mips/module-init-tools.xml
   trunk/BOOK/testsuite-tools/mips/file.xml
Log:
 [EMAIL PROTECTED] (orig r2329):  [EMAIL PROTECTED] | 2006-08-10 14:52:00 -0700
 Text updates



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - b6734a72-470d-0410-b049-f317dca95413:/:2328
   + b6734a72-470d-0410-b049-f317dca95413:/:2329

Modified: trunk/BOOK/final-system/common/util-linux.xml
===================================================================
--- trunk/BOOK/final-system/common/util-linux.xml       2006-08-10 19:47:02 UTC 
(rev 2202)
+++ trunk/BOOK/final-system/common/util-linux.xml       2006-08-10 23:46:39 UTC 
(rev 2203)
@@ -51,7 +51,7 @@
 
 <screen os="p4"><userinput>patch -Np1 -i 
../&util-linux-gcc4_fixes-patch;</userinput></screen>
 
-    <para os="p5">The following patch fixes swapon.c, it tries to find the 
variable R_OK, but
+    <para os="p5">The following patch fixes swapon.c - it tries to find the 
variable R_OK, but
     the header that has R_OK is not included:</para>
 
 <screen os="p6"><userinput>patch -Np1 -i 
../&util-linux-missing_header-patch;</userinput></screen>

Modified: trunk/BOOK/final-system/mips/file.xml
===================================================================
--- trunk/BOOK/final-system/mips/file.xml       2006-08-10 19:47:02 UTC (rev 
2202)
+++ trunk/BOOK/final-system/mips/file.xml       2006-08-10 23:46:39 UTC (rev 
2203)
@@ -22,7 +22,7 @@
     <title>Installation of file</title>
 
     <para os="m1">This patch updates <filename>config.guess</filename> and
-    <filename>config.sub</filename> for MIPS processors.</para>
+    <filename>config.sub</filename> for MIPS processors:</para>
 
 <screen os="m2"><userinput>patch -Np1 -i 
../&file-config_update-patch;</userinput></screen>
 

Modified: trunk/BOOK/final-system/mips/glibc.xml
===================================================================
--- trunk/BOOK/final-system/mips/glibc.xml      2006-08-10 19:47:02 UTC (rev 
2202)
+++ trunk/BOOK/final-system/mips/glibc.xml      2006-08-10 23:46:39 UTC (rev 
2203)
@@ -29,7 +29,7 @@
     href="../common/glibc.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
 
-    <para os="g1">MIPS is no longer supported in the main glibc tree, so we 
have to
+    <para os="g1">MIPS is no longer supported in the main Glibc tree, so we 
have to
     extract the glibc-ports-&glibc-version; package into our
     glibc-&glibc-version; directory. Then we move
     ports to the location expected by our build and patches:</para>
@@ -37,7 +37,7 @@
 <screen os="g2"><userinput>tar -jxvf 
../glibc-ports-&glibc-ports-version;.tar.bz2
 mv -v glibc-ports-&glibc-version; ports</userinput></screen>
 
-    <para os="m1">The following patch fixes a link issues when building MIPS 
glibc:</para>
+    <para os="m1">The following patch fixes link issues when building MIPS 
Glibc:</para>
 
 <screen os="m2"><userinput>patch -Np1 -i 
../&glibc-mips-patch;</userinput></screen>
 

Modified: trunk/BOOK/final-system/mips/grep.xml
===================================================================
--- trunk/BOOK/final-system/mips/grep.xml       2006-08-10 19:47:02 UTC (rev 
2202)
+++ trunk/BOOK/final-system/mips/grep.xml       2006-08-10 23:46:39 UTC (rev 
2203)
@@ -22,7 +22,7 @@
     <title>Installation of Grep</title>
 
     <para os="p1">This patch updates <filename>config.guess</filename> and
-    <filename>config.sub</filename> for MIPS processors.</para>
+    <filename>config.sub</filename> for MIPS processors:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i 
../&grep-config_update-patch;</userinput></screen>
 

Modified: trunk/BOOK/final-system/mips/mktemp.xml
===================================================================
--- trunk/BOOK/final-system/mips/mktemp.xml     2006-08-10 19:47:02 UTC (rev 
2202)
+++ trunk/BOOK/final-system/mips/mktemp.xml     2006-08-10 23:46:39 UTC (rev 
2203)
@@ -31,7 +31,7 @@
 
     <para os="p1">The configure files in this package do not recognise all
     of the machines supported by CLFS. This patch updates 
<filename>config.guess</filename>
-    and <filename>config.sub</filename> for other processors.</para>
+    and <filename>config.sub</filename> for other processors:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i 
../&mktemp-update-patch;</userinput></screen>
 

Modified: trunk/BOOK/final-system/mips/module-init-tools.xml
===================================================================
--- trunk/BOOK/final-system/mips/module-init-tools.xml  2006-08-10 19:47:02 UTC 
(rev 2202)
+++ trunk/BOOK/final-system/mips/module-init-tools.xml  2006-08-10 23:46:39 UTC 
(rev 2203)
@@ -22,7 +22,7 @@
     <title>Installation of Module-Init-Tools</title>
 
     <para os="p1">This patch updates <filename>config.guess</filename> and
-    <filename>config.sub</filename> for MIPS processors.</para>
+    <filename>config.sub</filename> for MIPS processors:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i 
../&module-init-tools-config_update-patch;</userinput></screen>
 

Modified: trunk/BOOK/testsuite-tools/mips/file.xml
===================================================================
--- trunk/BOOK/testsuite-tools/mips/file.xml    2006-08-10 19:47:02 UTC (rev 
2202)
+++ trunk/BOOK/testsuite-tools/mips/file.xml    2006-08-10 23:46:39 UTC (rev 
2203)
@@ -21,10 +21,13 @@
   <sect2 role="installation">
     <title>Installation of file</title>
 
-    <para os="m1">This patch updates <filename>config.guess</filename> and
-    <filename>config.sub</filename> for MIPS processors.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../../final-system/mips/file.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'m1'])"/>
 
-<screen os="m2"><userinput>patch -Np1 -i 
../&file-config_update-patch;</userinput></screen>
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../../final-system/mips/file.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'m2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../common/file.xml"

-- 
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to