Changeset 67e51c0
- Timestamp:
- Jan 1, 2008, 11:21:43 AM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- af04f13
- Parents:
- 4bf6516f
- Location:
- BOOK
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/alpha/aboot-build.xml
r4bf6516f r67e51c0 33 33 <para>Compile the package:</para> 34 34 35 <screen><userinput>make C C="${CC}"</userinput></screen>35 <screen><userinput>make CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen> 36 36 37 37 <para>Install the package:</para> 38 38 39 <screen><userinput>make root="${CLFS}" bindir=/cross-tools/bininstall</userinput></screen>39 <screen><userinput>make DESTDIR="${CLFS}" BINDIR="/cross-tools/bin" install</userinput></screen> 40 40 41 41 </sect2> -
BOOK/introduction/alpha/changelog.xml
r4bf6516f r67e51c0 33 33 34 34 --> 35 36 <listitem> 37 <para>Janurary 1, 2007</para> 38 <itemizedlist> 39 <listitem> 40 <para>[jciccone] - Update the aboot patch so that it builds again.</para> 41 </listitem> 42 </itemizedlist> 43 </listitem> 35 44 36 45 <listitem> -
BOOK/patches.ent
r4bf6516f r67e51c0 143 143 <!-- Start of Alpha patches --> 144 144 145 <!ENTITY aboot-alpha-patch "aboot-&aboot-version;- kernel26_gcc4_fixes-4.patch">146 <!ENTITY aboot-alpha-patch-md5 " 2b83c5aa0c6edada9ab04cb6331b0806">147 <!ENTITY aboot-alpha-patch-size "1 00 KB">145 <!ENTITY aboot-alpha-patch "aboot-&aboot-version;-fixes-5.patch"> 146 <!ENTITY aboot-alpha-patch-md5 "33577862f8829e0149655397f95b5140"> 147 <!ENTITY aboot-alpha-patch-size "180 KB"> 148 148 149 149 <!ENTITY glibc-alpha_ptr_mangle_fix-patch "glibc-&glibc-version;-alpha_PTR_MANGLE_fix-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.