Changeset 8147

Show
Ignore:
Timestamp:
06/05/07 11:44:47 (1 year ago)
Author:
manuel
Message:

Made the para about not upgrading the kernel headers a separate warning.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r8146 r8147  
    4040      <para>2007-06-05</para> 
    4141      <itemizedlist> 
    42         <listitem> 
     42        <listitem> 
     43          <para>[manuel] - Made more prominent that the headers in the system's 
     44          include directory must be ones against which Glibc was compiled. 
     45          Fixes  <ulink url="&lfs-ticket-root;2024">#2024</ulink></para> 
     46        </listitem> 
     47        <listitem> 
    4348          <para>[alexander] - Upgrade to Linux-2.6.21.3, Man-Pages-2.51 and 
    4449          TCL-8.4.15. 
     
    4651          <ulink url="&lfs-ticket-root;2021">#2021</ulink> and 
    4752          <ulink url="&lfs-ticket-root;2022">#2022</ulink>.</para> 
    48        </listitem> 
     53        </listitem> 
    4954      </itemizedlist> 
    5055    </listitem> 
  • trunk/BOOK/chapter08/kernel.xml

    r7970 r8147  
    138138      problems for packages you may wish to build once your base LFS system is 
    139139      complete.</para> 
    140  
    141       <para>Also, the headers in the system's 
     140    </warning> 
     141 
     142    <warning> 
     143      <para>The headers in the system's 
    142144      <filename class="directory">include</filename> directory should 
    143145      <emphasis>always</emphasis> be the ones against which Glibc was compiled, 
    144       that is, the sanitised headers from the Linux kernel tarball, and 
    145       therefore, should <emphasis>never</emphasis> be replaced by the raw kernel 
    146       headers.</para> 
     146      that is, the sanitised headers from the Linux kernel tarball. 
     147      Therefore, should <emphasis>never</emphasis> be replaced by the raw kernel 
     148      headers or if upgrading the kernel.</para> 
    147149    </warning> 
    148150