Changeset 8147
- Timestamp:
- 06/05/07 11:44:47 (1 year ago)
- Files:
-
- trunk/BOOK/chapter01/changelog.xml (modified) (2 diffs)
- trunk/BOOK/chapter08/kernel.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/chapter01/changelog.xml
r8146 r8147 40 40 <para>2007-06-05</para> 41 41 <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> 43 48 <para>[alexander] - Upgrade to Linux-2.6.21.3, Man-Pages-2.51 and 44 49 TCL-8.4.15. … … 46 51 <ulink url="&lfs-ticket-root;2021">#2021</ulink> and 47 52 <ulink url="&lfs-ticket-root;2022">#2022</ulink>.</para> 48 </listitem>53 </listitem> 49 54 </itemizedlist> 50 55 </listitem> trunk/BOOK/chapter08/kernel.xml
r7970 r8147 138 138 problems for packages you may wish to build once your base LFS system is 139 139 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 142 144 <filename class="directory">include</filename> directory should 143 145 <emphasis>always</emphasis> be the ones against which Glibc was compiled, 144 that is, the sanitised headers from the Linux kernel tarball , and145 therefore, should <emphasis>never</emphasis> be replaced by the raw kernel146 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> 147 149 </warning> 148 150
