Changeset 1da2a84 for BOOK/boot/multilib


Ignore:
Timestamp:
Sep 14, 2008, 11:30:14 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:
e8e6c4e
Parents:
9d32016
Message:

Checked and Updated Download Locations.
Updated Tree to 1.5.2.1.
Updated Util-Linux-NG to 2.14.1.
Updated TCL to 8.5.4.
Updated E2fsprogs to 1.41.1.
Updated M4 to 1.4.11.
Updated Kbd to 1.14.
Updated Bzip2 to 1.0.5.
Updated Autoconf to 2.63.
Updated Findutils to 4.4.0.
Updated Man-Pages to 3.09.
Updated Man to 1.6f.
Updated Shadow to 4.1.2.1.
Updated IPRoute2 to 2.6.26.
Updated Libtool to 2.2.6a.
Updated Module-Init-Tools to 3.4.1.
Updated Texinfo to 4.12.
Updated Vim to 7.2.
Updated MPFR to 2.3.2.
Updated Udev to 128.
Updated Linux to 2.6.26.5.
Applied fixes to Expect to make it compatible with TCL 8.5.
Add -Duseshrplib to the perl configure command. This causes perl to build a shared libperl.
Formatting fixes on multiple pages.
Use a Common inittab across all architectures.
Updated Bootscripts to 1.2-pre1.

Location:
BOOK/boot/multilib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/e2fsprogs.xml

    r9d32016 r1da2a84  
    2929cp -v configure{,.orig}
    3030sed -e "/libdir=.*\/lib/s@/lib@/lib64@g" configure.orig > configure</userinput></screen>
     31
     32    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     33    href="../../final-system/common/e2fsprogs.xml"
     34    xpointer="xpointer(//*[@os='s1'])"/>
     35
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     37    href="../../final-system/common/e2fsprogs.xml"
     38    xpointer="xpointer(//*[@os='s2'])"/>
    3139
    3240    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/boot/multilib/udev.xml

    r9d32016 r1da2a84  
    2424
    2525    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../../final-system/multilib/udev-64bit.xml"
    27     xpointer="xpointer(//*[@os='p1'])"/>
     26    href="../../final-system/common/udev.xml"
     27    xpointer="xpointer(//*[@os='a'])"/>
     28
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/usr \
     30    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
     31    --exec-prefix= --sysconfdir=/etc \
     32    --with-libdir-name=lib64</userinput></screen>
    2833
    2934    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    30     href="../../final-system/multilib/udev-64bit.xml"
    31     xpointer="xpointer(//*[@os='p2'])"/>
     35    href="../../final-system/common/udev.xml"
     36    xpointer="xpointer(//*[@os='c'])"/>
    3237
    3338    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/udev.xml"
    35     xpointer="xpointer(//*[@os='a'])"/>
    36 
    37 <screen os="b"><userinput>make CROSS_COMPILE="${CLFS_TARGET}-" CC="${CC} ${BUILD64}" \
    38     LD="${CC} ${BUILD64}"</userinput></screen>
     39    href="../../final-system/common/udev.xml"
     40    xpointer="xpointer(//*[@os='d'])"/>
    3941
    4042    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    41     href="../common/udev.xml"
     43    href="../../final-system/common/udev.xml"
    4244    xpointer="xpointer(//*[@os='g'])"/>
    4345
    4446    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/udev.xml"
     47    href="../../final-system/common/udev.xml"
    4648    xpointer="xpointer(//*[@os='h'])"/>
     49
     50    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     51    href="../../final-system/common/udev.xml"
     52    xpointer="xpointer(//*[@os='i'])"/>
     53
     54<screen os="j"><userinput>make DESTDIR=${CLFS} install</userinput></screen>
    4755
    4856  </sect2>
Note: See TracChangeset for help on using the changeset viewer.