Changeset bf87a72 for BOOK/boot


Ignore:
Timestamp:
Jun 6, 2012, 1:09:35 PM (12 years ago)
Author:
Jonathan Norman <jon@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e636fa9
Parents:
3e3e226
git-author:
Jonathan Norman <jon@…> (06/06/12 12:25:18)
git-committer:
Jonathan Norman <jon@…> (06/06/12 13:09:35)
Message:

Updated coreutils from 2.20 to 2.20.1

Location:
BOOK/boot
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/64/util-linux.xml

    r3e3e226 rbf87a72  
    2222  <sect2 role="installation">
    2323    <title>Installation of Util-linux</title>
     24   
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../../chroot/common/util-linux.xml"
     27    xpointer="xpointer(//*[@os='f1'])"/>
     28   
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../chroot/common/util-linux.xml"
     31    xpointer="xpointer(//*[@os='f2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3038  ./configure --prefix=/tools --exec-prefix=/tools \
    3139    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --enable-login-utils --disable-makeinstall-chown</userinput></screen>
     40    --enable-login-utils --disable-makeinstall-chown \
     41    --config-cache</userinput></screen>
    3342
    3443    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/common/util-linux.xml

    r3e3e226 rbf87a72  
    2222  <sect2 role="installation">
    2323    <title>Installation of Util-linux</title>
     24   
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../../chroot/common/util-linux.xml"
     27    xpointer="xpointer(//*[@os='f1'])"/>
     28   
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../chroot/common/util-linux.xml"
     31    xpointer="xpointer(//*[@os='f2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3038  ./configure --prefix=/tools --exec-prefix=/tools \
    3139    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --enable-login-utils --disable-makeinstall-chown</userinput></screen>
     40    --enable-login-utils --disable-makeinstall-chown\
     41    --config-cache</userinput></screen>
    3342
    3443    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/util-linux.xml

    r3e3e226 rbf87a72  
    2222  <sect2 role="installation">
    2323    <title>Installation of Util-linux</title>
     24   
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../../chroot/common/util-linux.xml"
     27    xpointer="xpointer(//*[@os='f1'])"/>
     28   
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../chroot/common/util-linux.xml"
     31    xpointer="xpointer(//*[@os='f2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3240    --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    3341    --libdir=/tools/lib64 --enable-login-utils \
    34     --disable-makeinstall-chown</userinput></screen>
     42    --disable-makeinstall-chown --config-cache</userinput></screen>
    3543
    3644    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/ppc64/util-linux-32.xml

    r3e3e226 rbf87a72  
    2222  <sect2 role="installation">
    2323    <title>Installation of Util-linux 32 bit</title>
     24   
     25    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     26    href="../../chroot/common/util-linux.xml"
     27    xpointer="xpointer(//*[@os='f1'])"/>
     28   
     29    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     30    href="../../chroot/common/util-linux.xml"
     31    xpointer="xpointer(//*[@os='f2'])"/>
    2432
    2533    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    3240    --build=${CLFS_HOST} --host=${CLFS_TARGET32} \
    3341    --enable-login-utils --without-ncurses \
    34     --disable-makeinstall-chown</userinput></screen>
     42    --disable-makeinstall-chown --config-cache</userinput></screen>
    3543
    3644    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.