Changeset b169dfe


Ignore:
Timestamp:
Oct 19, 2008, 8:57:43 PM (15 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
2211949
Parents:
9d5337b
Message:

Update date

Location:
BOOK
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/bootable/x86/kernel.xml

    r9d5337b rb169dfe  
    141141      class="directory">include</filename> directory should
    142142      <emphasis>always</emphasis> be the ones against which Glibc was
    143       compiled (from the Linux-Headers package) and should
    144       <emphasis>never</emphasis> be replaced by the kernel headers.</para>
     143      compiled and should <emphasis>never</emphasis> be replaced by headers
     144      from a different kernel version.</para>
    145145    </warning>
    146146
  • BOOK/final-system/common/coreutils.xml

    r9d5337b rb169dfe  
    3232
    3333<screen os="p2"><userinput>patch -Np1 -i ../&coreutils-uname-patch;</userinput></screen>
    34 
    35     <para os="s1">The following command renames the internal implementation of
    36     futimens to gl_futimens as newer versions of Glibc provide an incompatible
    37     version:</para>
    38 
    39 <screen os="s2"><userinput>sed -i "s/futimens/gl_&amp;/" $(grep -lr futimens *)</userinput></screen>
    4034
    4135    <para os="c">Now prepare Coreutils for compilation:</para>
  • BOOK/final-system/multilib/coreutils.xml

    r9d5337b rb169dfe  
    2929    href="../common/coreutils.xml"
    3030    xpointer="xpointer(//*[@os='p2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="../common/coreutils.xml"
    34     xpointer="xpointer(//*[@os='s1'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="../common/coreutils.xml"
    38     xpointer="xpointer(//*[@os='s2'])"/>
    3931
    4032    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/general.ent

    r9d5337b rb169dfe  
    33<!ENTITY month "10"> <!-- Use two digits -->
    44<!ENTITY month_name "October">
    5 <!ENTITY day "15"> <!-- Use two digits -->
     5<!ENTITY day "19"> <!-- Use two digits -->
    66<!ENTITY year "2008"> <!-- Use four digits -->
    77
  • BOOK/temp-system/common/coreutils.xml

    r9d5337b rb169dfe  
    2222  <sect2 role="installation">
    2323    <title>Installation of Coreutils</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/common/coreutils.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/coreutils.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <para os="bs1">Coreutils attempts to use the <command>install</command>
  • BOOK/temp-system/multilib/coreutils.xml

    r9d5337b rb169dfe  
    2222  <sect2 role="installation">
    2323    <title>Installation of Coreutils</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/common/coreutils.xml"
    27     xpointer="xpointer(//*[@os='s1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/common/coreutils.xml"
    31     xpointer="xpointer(//*[@os='s2'])"/>
    3224
    3325    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.