aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml7
-rw-r--r--chapter05/linux-headers.xml1
2 files changed, 8 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index f69dc90a5..7893fc94e 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -39,6 +39,13 @@
<listitem>
<para>2006-11-25</para>
<itemizedlist>
+ <listitem>
+ <para>[jhuntwork] - Added 'make headers_install' to chapter 5
+ Linux Headers for the educational value and in preparation of
+ changes in Linux-2.6.19. See
+ <ulink url="&lfs-root;/pipermail/lfs-dev/2006-November/058550.html">
+ this thread.</ulink></para>
+ </listitem>
<listitem>
<para>[matthew] - Upgrade to M4-1.4.8. Fixes
<ulink url="&lfs-ticket-root;1929">1920</ulink></para>
diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml
index 3c068bf77..28b3752c4 100644
--- a/chapter05/linux-headers.xml
+++ b/chapter05/linux-headers.xml
@@ -50,6 +50,7 @@
<para>Install the header files:</para>
<screen><userinput>make mrproper
+make headers_install
make headers_check
cp -av usr/include/* /tools/include</userinput></screen>