소스 검색

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>
+      <para>2006-11-24</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Simplified the installation of
+	  Linux Headers in Chapter 5.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2006-11-10</para>
       <itemizedlist>

+ 2 - 5
chapter05/linux-headers.xml

@@ -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>
 
   </sect2>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?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 generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->