Author: jhuntwork
Date: 2006-11-24 17:13:01 -0700 (Fri, 24 Nov 2006)
New Revision: 7855
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter05/linux-headers.xml
trunk/BOOK/general.ent
Log:
Simplified the installation of Linux Headers in Chapter 5.
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2006-11-11 00:49:19 UTC (rev 7854)
+++ trunk/BOOK/chapter01/changelog.xml 2006-11-25 00:13:01 UTC (rev 7855)
@@ -37,6 +37,16 @@
-->
<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>
<listitem>
Modified: trunk/BOOK/chapter05/linux-headers.xml
===================================================================
--- trunk/BOOK/chapter05/linux-headers.xml 2006-11-11 00:49:19 UTC (rev
7854)
+++ trunk/BOOK/chapter05/linux-headers.xml 2006-11-25 00:13:01 UTC (rev
7855)
@@ -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>
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-11-11 00:49:19 UTC (rev 7854)
+++ trunk/BOOK/general.ent 2006-11-25 00:13:01 UTC (rev 7855)
@@ -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}]" -->
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page