Simplified the installation of Linux Headers in Chapter 5.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Jeremy Huntwork 2006-11-25 00:13:01 +00:00
parent ac3fb3e9f4
commit 3f25fa44de
3 changed files with 14 additions and 7 deletions

View File

@ -36,6 +36,16 @@
</listitem>
-->
<listitem>
<para>2006-11-24</para>
<itemizedlist>
<listitem>
<para>[jhuntwork] - Simplified the installation of
Linux Headers in Chapter 5.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2006-11-10</para>
<itemizedlist>

View File

@ -49,12 +49,9 @@
<para>Install the header files:</para>
<screen><userinput>mkdir /tools/tmp
make mrproper
<screen><userinput>make mrproper
make headers_check
make INSTALL_HDR_PATH=/tools/tmp headers_install
cp -R /tools/tmp/include/* /tools/include
rm -r /tools/tmp</userinput></screen>
cp -av usr/include/* /tools/include</userinput></screen>
</sect2>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20061110">
<!ENTITY releasedate "November 10, 2006">
<!ENTITY version "SVN-20061124">
<!ENTITY releasedate "November 24, 2006">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->