aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-11-25 00:13:01 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-11-25 00:13:01 +0000
commit3f25fa44de1817041a9ade5fa3aab6c8f4ef8132 (patch)
tree1b667373341617d768eeb49ece348a065dcf52f5
parentac3fb3e9f40b43a9c9728864176c7613fb85badd (diff)
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
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter05/linux-headers.xml7
-rw-r--r--general.ent4
3 files changed, 14 insertions, 7 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5962ed0e2..f550547d7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -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>
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml
index 9396208c9..3c068bf77 100644
--- a/chapter05/linux-headers.xml
+++ b/chapter05/linux-headers.xml
@@ -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>
diff --git a/general.ent b/general.ent
index 5bc43bca2..a4a220565 100644
--- a/general.ent
+++ b/general.ent
@@ -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}]" -->