Ignore:
Timestamp:
Jan 1, 2008, 11:21:43 AM (16 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
af04f13
Parents:
4bf6516f
Message:

Update the aboot patch so that it builds again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/alpha/aboot-build.xml

    r4bf6516f r67e51c0  
    3333    <para>Compile the package:</para>
    3434
    35 <screen><userinput>make CC="${CC}"</userinput></screen>
     35<screen><userinput>make CROSS_COMPILE=${CLFS_TARGET}-</userinput></screen>
    3636
    3737    <para>Install the package:</para>
    3838
    39 <screen><userinput>make root="${CLFS}" bindir=/cross-tools/bin install</userinput></screen>
     39<screen><userinput>make DESTDIR="${CLFS}" BINDIR="/cross-tools/bin" install</userinput></screen>
    4040
    4141  </sect2>
Note: See TracChangeset for help on using the changeset viewer.