Author: jim
Date: 2006-04-20 10:10:23 -0600 (Thu, 20 Apr 2006)
New Revision: 1442

Modified:
   /
   trunk/BOOK/
   trunk/BOOK/cross-tools/ppc/linux-headers.xml
   trunk/BOOK/cross-tools/ppc64/linux-headers.xml
   trunk/BOOK/final-system/ppc/linux-headers.xml
   trunk/BOOK/final-system/ppc64/linux-headers.xml
   trunk/BOOK/introduction/ppc/changelog.xml
   trunk/BOOK/introduction/ppc64/changelog.xml
Log:
 [EMAIL PROTECTED] (orig r1448):  jim | 2006-04-20 09:07:42 -0700
  [EMAIL PROTECTED]:  jim | 2006-04-20 09:04:57 -0700
  Added: asm-ppc copy to linux headers
 



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - b6734a72-470d-0410-b049-f317dca95413:/:1447
   + b6734a72-470d-0410-b049-f317dca95413:/:1448


Property changes on: trunk/BOOK
___________________________________________________________________
Name: svk:merge
   - 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:3050
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790
   + 38c7b366-470d-0410-a457-935707c16d9b:/cross-lfs:3054
3949c430-d905-0410-97b6-f115d20341b5:/cross-lfs:1422
3b7552df-c20a-0410-b7e1-d7eaf1be8828:/cross-lfs:1269
b6734a72-470d-0410-b049-f317dca95413:/trunk/BOOK:1406
f6929928-7304-0410-9559-ff6106abff4d:/cross-lfs:790

Modified: trunk/BOOK/cross-tools/ppc/linux-headers.xml
===================================================================
--- trunk/BOOK/cross-tools/ppc/linux-headers.xml        2006-04-20 16:10:11 UTC 
(rev 1441)
+++ trunk/BOOK/cross-tools/ppc/linux-headers.xml        2006-04-20 16:10:23 UTC 
(rev 1442)
@@ -27,7 +27,8 @@
     xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
 
 <screen><userinput>install -dv /tools/include
-cp -Rv include/asm-ppc /tools/include/asm
+cp -Rv include/asm-powerpc /tools/include/asm
+cp -Rv include/asm-ppc /tools/include
 cp -Rv include/asm-generic /tools/include
 cp -Rv include/linux /tools/include</userinput></screen>
 

Modified: trunk/BOOK/cross-tools/ppc64/linux-headers.xml
===================================================================
--- trunk/BOOK/cross-tools/ppc64/linux-headers.xml      2006-04-20 16:10:11 UTC 
(rev 1441)
+++ trunk/BOOK/cross-tools/ppc64/linux-headers.xml      2006-04-20 16:10:23 UTC 
(rev 1442)
@@ -28,6 +28,7 @@
 
 <screen><userinput>install -dv /tools/include
 cp -Rv include/asm-powerpc /tools/include/asm
+cp -Rv include/asm-ppc /tools/include
 cp -Rv include/asm-generic /tools/include
 cp -Rv include/linux /tools/include</userinput></screen>
 

Modified: trunk/BOOK/final-system/ppc/linux-headers.xml
===================================================================
--- trunk/BOOK/final-system/ppc/linux-headers.xml       2006-04-20 16:10:11 UTC 
(rev 1441)
+++ trunk/BOOK/final-system/ppc/linux-headers.xml       2006-04-20 16:10:23 UTC 
(rev 1442)
@@ -37,7 +37,9 @@
     href="../x86/linux-headers.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
 
-<screen><userinput>cp -av include/asm-ppc/* 
/usr/include/asm</userinput></screen>
+<screen><userinput>install -dv /usr/include/asm-ppc
+cp -av include/asm-powerpc/* /usr/include/asm
+cp -av include/asm-ppc/* /usr/include/asm-ppc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../x86/linux-headers.xml"

Modified: trunk/BOOK/final-system/ppc64/linux-headers.xml
===================================================================
--- trunk/BOOK/final-system/ppc64/linux-headers.xml     2006-04-20 16:10:11 UTC 
(rev 1441)
+++ trunk/BOOK/final-system/ppc64/linux-headers.xml     2006-04-20 16:10:23 UTC 
(rev 1442)
@@ -37,7 +37,9 @@
     href="../x86/linux-headers.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
 
-<screen><userinput>cp -av include/asm-powerpc/* 
/usr/include/asm</userinput></screen>
+<screen><userinput>install -dv /usr/include/asm-ppc
+cp -av include/asm-powerpc/* /usr/include/asm
+cp -av include/asm-ppc/* /usr/include/asm-ppc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../x86/linux-headers.xml"

Modified: trunk/BOOK/introduction/ppc/changelog.xml
===================================================================
--- trunk/BOOK/introduction/ppc/changelog.xml   2006-04-20 16:10:11 UTC (rev 
1441)
+++ trunk/BOOK/introduction/ppc/changelog.xml   2006-04-20 16:10:23 UTC (rev 
1442)
@@ -34,6 +34,15 @@
 -->
 
     <listitem>
+      <para>April 20, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jim] - Added asm-ppc to the Linux Headers.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 31, 2006</para>
       <itemizedlist>
         <listitem>

Modified: trunk/BOOK/introduction/ppc64/changelog.xml
===================================================================
--- trunk/BOOK/introduction/ppc64/changelog.xml 2006-04-20 16:10:11 UTC (rev 
1441)
+++ trunk/BOOK/introduction/ppc64/changelog.xml 2006-04-20 16:10:23 UTC (rev 
1442)
@@ -34,6 +34,15 @@
 -->
 
     <listitem>
+      <para>April 20, 2006</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jim] - Added asm-ppc to the Linux Headers.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>March 29, 2006</para>
       <itemizedlist>
         <listitem>

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

Reply via email to