[Clfs-commits] commit: r3844 - in /trunk/BOOK: boot/alpha/aboot-build.xml introduction/alpha/changelog.xml patches.ent

svn at cross-lfs.org svn at cross-lfs.org
Tue Jan 1 11:21:43 PST 2008


Author: jciccone
Date: Tue Jan  1 19:21:43 2008
New Revision: 3844

Log:
Update the aboot patch so that it builds again.

Modified:
    trunk/BOOK/boot/alpha/aboot-build.xml
    trunk/BOOK/introduction/alpha/changelog.xml
    trunk/BOOK/patches.ent

Modified: trunk/BOOK/boot/alpha/aboot-build.xml
==============================================================================
--- trunk/BOOK/boot/alpha/aboot-build.xml (original)
+++ trunk/BOOK/boot/alpha/aboot-build.xml Tue Jan  1 19:21:43 2008
@@ -32,11 +32,11 @@
 
     <para>Compile the package:</para>
 
-<screen><userinput>make CC="${CC}"</userinput></screen>
+<screen><userinput>make CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
 
     <para>Install the package:</para>
 
-<screen><userinput>make root="${CLFS}" bindir=/cross-tools/bin install</userinput></screen>
+<screen><userinput>make DESTDIR="${CLFS}" BINDIR="/cross-tools/bin" install</userinput></screen>
 
   </sect2>
 

Modified: trunk/BOOK/introduction/alpha/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/alpha/changelog.xml (original)
+++ trunk/BOOK/introduction/alpha/changelog.xml Tue Jan  1 19:21:43 2008
@@ -32,6 +32,15 @@
     </listitem>
 
 -->
+
+    <listitem>
+      <para>Janurary 1, 2007</para>
+      <itemizedlist>
+        <listitem>
+          <para>[jciccone] - Update the aboot patch so that it builds again.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>December 23, 2007</para>

Modified: trunk/BOOK/patches.ent
==============================================================================
--- trunk/BOOK/patches.ent (original)
+++ trunk/BOOK/patches.ent Tue Jan  1 19:21:43 2008
@@ -142,9 +142,9 @@
 
 <!-- Start of Alpha patches -->
 
-<!ENTITY aboot-alpha-patch "aboot-&aboot-version;-kernel26_gcc4_fixes-4.patch">
-<!ENTITY aboot-alpha-patch-md5 "2b83c5aa0c6edada9ab04cb6331b0806">
-<!ENTITY aboot-alpha-patch-size "100 KB">
+<!ENTITY aboot-alpha-patch "aboot-&aboot-version;-fixes-5.patch">
+<!ENTITY aboot-alpha-patch-md5 "33577862f8829e0149655397f95b5140">
+<!ENTITY aboot-alpha-patch-size "180 KB">
 
 <!ENTITY glibc-alpha_ptr_mangle_fix-patch "glibc-&glibc-version;-alpha_PTR_MANGLE_fix-1.patch">
 <!ENTITY glibc-alpha_ptr_mangle_fix-patch-md5 "9c13080aa4a17796815a7e814e18584c">




More information about the Clfs-commits mailing list