aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/linux-headers.xml
diff options
context:
space:
mode:
authorJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-11-25 18:29:16 +0000
committerJeremy Huntwork <jhuntwork@linuxfromscratch.org>2006-11-25 18:29:16 +0000
commit777a14815f1c3b1981c56b79245ed92799593980 (patch)
tree51f014220ea5d0948a701d7544f41ec80bed2487 /chapter05/linux-headers.xml
parenteea3b6302c0f9bba1364674c4976e7e0efaefa73 (diff)
Added 'make headers_install' to chapter 5 Linux Headers
for the educational value and in preparation of changes in Linux-2.6.19. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7865 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/linux-headers.xml')
-rw-r--r--chapter05/linux-headers.xml1
1 files changed, 1 insertions, 0 deletions
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>