瀏覽代碼

Install linux-headers to temporary directory for safety

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8215 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Dan Nichilson 18 年之前
父節點
當前提交
f025bfe5ff
共有 4 個文件被更改,包括 16 次插入4 次删除
  1. 10 0
      chapter01/changelog.xml
  2. 2 1
      chapter05/linux-headers.xml
  3. 2 1
      chapter06/linux-headers.xml
  4. 2 2
      general.ent

+ 10 - 0
chapter01/changelog.xml

@@ -36,6 +36,16 @@
     </listitem>
 -->
 
+    <listitem>
+      <para>2007-07-14</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dnicholson] - Made the Linux API Headers install safer by
+          using an intermediate directory.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2007-07-06</para>
       <itemizedlist>

+ 2 - 1
chapter05/linux-headers.xml

@@ -46,7 +46,8 @@
 
 <screen><userinput>make mrproper
 make headers_check
-make INSTALL_HDR_PATH=/tools headers_install</userinput></screen>
+make INSTALL_HDR_PATH=dest headers_install
+cp -rv dest/include/* /tools/include</userinput></screen>
 
   </sect2>
 

+ 2 - 1
chapter06/linux-headers.xml

@@ -51,7 +51,8 @@
 
 <screen><userinput>make mrproper
 make headers_check
-make INSTALL_HDR_PATH=/usr headers_install</userinput></screen>
+make INSTALL_HDR_PATH=dest headers_install
+cp -rv dest/include/* /usr/include</userinput></screen>
 
   </sect2>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20070706">
-<!ENTITY releasedate "July 6, 2007">
+<!ENTITY version "SVN-20070714">
+<!ENTITY releasedate "July 14, 2007">
 <!ENTITY milestone "6.3">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->