浏览代码

Simplified the installation of Linux Headers in Chapter 5.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 18 年之前
父节点
当前提交
3f25fa44de
共有 3 个文件被更改,包括 14 次插入7 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 2 5
      chapter05/linux-headers.xml
  3. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
     </listitem>
 -->
 -->
 
 
+    <listitem>
+      <para>2006-11-24</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Simplified the installation of
+	  Linux Headers in Chapter 5.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
     <listitem>
       <para>2006-11-10</para>
       <para>2006-11-10</para>
       <itemizedlist>
       <itemizedlist>

+ 2 - 5
chapter05/linux-headers.xml

@@ -49,12 +49,9 @@
 
 
     <para>Install the header files:</para>
     <para>Install the header files:</para>
 
 
-<screen><userinput>mkdir /tools/tmp
-make mrproper
+<screen><userinput>make mrproper
 make headers_check
 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>
 
 
   </sect2>
   </sect2>
 
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20061110">
-<!ENTITY releasedate "November 10, 2006">
+<!ENTITY version "SVN-20061124">
+<!ENTITY releasedate "November 24, 2006">
 <!ENTITY milestone "6.3">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->