[Clfs-commits] commit: r4055 - in /trunk/BOOK: bootable/x86/kernel.xml final-system/common/coreutils.xml final-system/multilib/coreutils.xml general.ent temp-system/common/coreutils.xml temp-system/multilib/coreutils.xml

svn at cross-lfs.org svn at cross-lfs.org
Sun Oct 19 20:57:44 PDT 2008


Author: chris at beaker67.com
Date: Mon Oct 20 03:57:43 2008
New Revision: 4055

Log:
Update date

Modified:
    trunk/BOOK/bootable/x86/kernel.xml
    trunk/BOOK/final-system/common/coreutils.xml
    trunk/BOOK/final-system/multilib/coreutils.xml
    trunk/BOOK/general.ent
    trunk/BOOK/temp-system/common/coreutils.xml
    trunk/BOOK/temp-system/multilib/coreutils.xml

Modified: trunk/BOOK/bootable/x86/kernel.xml
==============================================================================
--- trunk/BOOK/bootable/x86/kernel.xml (original)
+++ trunk/BOOK/bootable/x86/kernel.xml Mon Oct 20 03:57:43 2008
@@ -140,8 +140,8 @@
       <para>Also, the headers in the system's <filename
       class="directory">include</filename> directory should
       <emphasis>always</emphasis> be the ones against which Glibc was
-      compiled (from the Linux-Headers package) and should
-      <emphasis>never</emphasis> be replaced by the kernel headers.</para>
+      compiled and should <emphasis>never</emphasis> be replaced by headers
+      from a different kernel version.</para>
     </warning>
 
   </sect2>

Modified: trunk/BOOK/final-system/common/coreutils.xml
==============================================================================
--- trunk/BOOK/final-system/common/coreutils.xml (original)
+++ trunk/BOOK/final-system/common/coreutils.xml Mon Oct 20 03:57:43 2008
@@ -31,12 +31,6 @@
     fixes this behavior for all architectures:</para>
 
 <screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
-
-    <para os="s1">The following command renames the internal implementation of
-    futimens to gl_futimens as newer versions of Glibc provide an incompatible
-    version:</para>
-
-<screen os="s2"><userinput>sed -i "s/futimens/gl_&/" $(grep -lr futimens *)</userinput></screen>
 
     <para os="c">Now prepare Coreutils for compilation:</para>
 

Modified: trunk/BOOK/final-system/multilib/coreutils.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/coreutils.xml (original)
+++ trunk/BOOK/final-system/multilib/coreutils.xml Mon Oct 20 03:57:43 2008
@@ -28,14 +28,6 @@
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/coreutils.xml"
     xpointer="xpointer(//*[@os='p2'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/coreutils.xml"
-    xpointer="xpointer(//*[@os='s1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../common/coreutils.xml"
-    xpointer="xpointer(//*[@os='s2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/coreutils.xml"

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent (original)
+++ trunk/BOOK/general.ent Mon Oct 20 03:57:43 2008
@@ -2,7 +2,7 @@
 
 <!ENTITY month "10"> <!-- Use two digits -->
 <!ENTITY month_name "October">
-<!ENTITY day "15"> <!-- Use two digits -->
+<!ENTITY day "19"> <!-- Use two digits -->
 <!ENTITY year "2008"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">

Modified: trunk/BOOK/temp-system/common/coreutils.xml
==============================================================================
--- trunk/BOOK/temp-system/common/coreutils.xml (original)
+++ trunk/BOOK/temp-system/common/coreutils.xml Mon Oct 20 03:57:43 2008
@@ -21,14 +21,6 @@
 
   <sect2 role="installation">
     <title>Installation of Coreutils</title>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../../final-system/common/coreutils.xml"
-    xpointer="xpointer(//*[@os='s1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../../final-system/common/coreutils.xml"
-    xpointer="xpointer(//*[@os='s2'])"/>
 
     <para os="bs1">Coreutils attempts to use the <command>install</command>
     program it just built to perform the install. This will not work if the

Modified: trunk/BOOK/temp-system/multilib/coreutils.xml
==============================================================================
--- trunk/BOOK/temp-system/multilib/coreutils.xml (original)
+++ trunk/BOOK/temp-system/multilib/coreutils.xml Mon Oct 20 03:57:43 2008
@@ -21,14 +21,6 @@
 
   <sect2 role="installation">
     <title>Installation of Coreutils</title>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../../final-system/common/coreutils.xml"
-    xpointer="xpointer(//*[@os='s1'])"/>
-
-    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
-    href="../../final-system/common/coreutils.xml"
-    xpointer="xpointer(//*[@os='s2'])"/>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/coreutils.xml"




More information about the Clfs-commits mailing list