[EMAIL PROTECTED] wrote:
Author: jhuntwork
Date: 2006-11-24 17:13:01 -0700 (Fri, 24 Nov 2006)
New Revision: 7855

Welcome back, Jeremy!

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>

Would you mind fixing this up as per yours and Greg's discussion at http://www.linuxfromscratch.org/pipermail/lfs-dev/2006-November/058550.html. That way it's clear we're running 'make headers_install' and the fact that we're running things twice will be a) transparent to the user and b) fixed in 2.6.19.

Thanks,

Matt.

--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to