浏览代码

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

Jeremy Huntwork 18 年之前
父节点
当前提交
777a14815f
共有 2 个文件被更改,包括 8 次插入0 次删除
  1. 7 0
      chapter01/changelog.xml
  2. 1 0
      chapter05/linux-headers.xml

+ 7 - 0
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>

+ 1 - 0
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>