Changeset 76b06f6 for BOOK/boot/multilib


Ignore:
Timestamp:
Sep 24, 2013, 11:53:17 AM (12 years ago)
Author:
William Harrington <kb0iic@…>
Children:
2e9ccbe
Parents:
111b12a
Message:

Prepare for CLFS-2.0.0 release.

Location:
BOOK/boot/multilib
Files:
1 added
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/multilib/grub-build.xml

    r111b12a r76b06f6  
    2626    href="../../final-system/x86/grub.xml"
    2727    xpointer="xpointer(//*[@os='n1'])"/>
    28 
    29     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    30     href="../../final-system/x86/grub.xml"
    31     xpointer="xpointer(//*[@os='s1'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    34     href="../../final-system/x86/grub.xml"
    35     xpointer="xpointer(//*[@os='s2'])"/>
    3628
    3729    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/kmod.xml

    r111b12a r76b06f6  
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>liblzma_CFLAGS="-I/tools/include" liblzma_LIBS="-L/tools/lib64 -llzma" \
    30 zlib_CFLAGS="-I/tools/include" zlib_LIBS="-L/tools/lib64 -lz" \
    31 CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
     29<screen os="b"><userinput>CC="${CC} ${BUILD64}" ./configure --prefix=/tools \
    3230    --bindir=/bin --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    33     --libdir=/tools/lib64 --with-xz --with-zlib --disable-manpages</userinput></screen>
     31    --libdir=/tools/lib64</userinput></screen>
    3432
    3533    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/util-linux.xml

    r111b12a r76b06f6  
    3131    --host=${CLFS_TARGET} --libdir=/tools/lib64 --bindir=/tools/bin \
    3232    --sbindir=/tools/sbin --disable-makeinstall-chown --disable-login \
    33     --disable-su</userinput></screen>
     33    --disable-su --config-cache</userinput></screen>
    3434
    3535    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.