aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-14 15:46:44 +0000
committerDan Nichilson <dnicholson@linuxfromscratch.org>2007-07-14 15:46:44 +0000
commitf025bfe5ff31ebd933bf0f9f275574b11f85ea61 (patch)
tree5797524586966a7935e8b79161e3b3d2c0ac4397
parent7d39455701e87667726b2da0a5b8e1218d0546c6 (diff)
Install linux-headers to temporary directory for safety
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter05/linux-headers.xml3
-rw-r--r--chapter06/linux-headers.xml3
-rw-r--r--general.ent4
4 files changed, 16 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 239cb651e..fe3f8d031 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -37,6 +37,16 @@
-->
<listitem>
+ <para>2007-07-14</para>
+ <itemizedlist>
+ <listitem>
+ <para>[dnicholson] - Made the Linux API Headers install safer by
+ using an intermediate directory.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2007-07-06</para>
<itemizedlist>
<listitem>
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml
index 28f5f8df5..0af82b535 100644
--- a/chapter05/linux-headers.xml
+++ b/chapter05/linux-headers.xml
@@ -46,7 +46,8 @@
<screen><userinput>make mrproper
make headers_check
-make INSTALL_HDR_PATH=/tools headers_install</userinput></screen>
+make INSTALL_HDR_PATH=dest headers_install
+cp -rv dest/include/* /tools/include</userinput></screen>
</sect2>
diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml
index d345736f6..db2ad95ff 100644
--- a/chapter06/linux-headers.xml
+++ b/chapter06/linux-headers.xml
@@ -51,7 +51,8 @@
<screen><userinput>make mrproper
make headers_check
-make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
+make INSTALL_HDR_PATH=dest headers_install
+cp -rv dest/include/* /usr/include</userinput></screen>
</sect2>
diff --git a/general.ent b/general.ent
index c4614fbab..0a907421c 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070706">
-<!ENTITY releasedate "July 6, 2007">
+<!ENTITY version "SVN-20070714">
+<!ENTITY releasedate "July 14, 2007">
<!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->