Changeset 7cd7f99 for BOOK/boot/multilib


Ignore:
Timestamp:
Dec 13, 2015, 3:57:55 PM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
c01bd946
Parents:
c636dee
Message:

Put one configure option per line

Location:
BOOK/boot/multilib
Files:
4 edited

Legend:

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

    rc636dee r7cd7f99  
    4141    xpointer="xpointer(//*[@os='c'])"/>
    4242
    43 <screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \
    44     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    45     --disable-libblkid --disable-libuuid --disable-fsck \
     43<screen os="aa"><userinput>../configure \
     44    --prefix=/tools \
     45    --enable-elf-shlibs \
     46    --build=${CLFS_HOST} \
     47    --host=${CLFS_TARGET} \
     48    --disable-libblkid \
     49    --disable-libuuid \
     50    --disable-fsck \
    4651    --disable-uuidd</userinput></screen>
    4752
  • BOOK/boot/multilib/eudev.xml

    rc636dee r7cd7f99  
    2626    xpointer="xpointer(//*[@os='a'])"/>
    2727
    28 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} \
    29     --host=${CLFS_TARGET} --libdir=/tools/lib64 --with-rootlibdir=/tools/lib64 \
    30     --disable-introspection --disable-gtk-doc-html --disable-gudev \
    31     --disable-keymap --with-firmware-path=/lib/firmware --enable-libkmod</userinput></screen>
     28<screen os="b"><userinput>./configure \
     29    --prefix=/tools \
     30    --build=${CLFS_HOST} \
     31    --host=${CLFS_TARGET} \
     32    --libdir=/tools/lib64 \
     33    --with-rootlibdir=/tools/lib64 \
     34    --disable-introspection \
     35    --disable-gtk-doc-html \
     36    --disable-gudev \
     37    --disable-keymap \
     38    --with-firmware-path=/lib/firmware \
     39    --enable-libkmod</userinput></screen>
    3240
    3341    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/grub-build.xml

    rc636dee r7cd7f99  
    3939    xpointer="xpointer(//*[@os='a'])"/>
    4040
    41 <screen os="ab"><userinput>./configure --prefix=/tools \
    42     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    43     --libdir=/tools/lib64 --disable-werror \
    44     --enable-grub-mkfont=no --with-bootdir=tools/boot</userinput></screen>
     41<screen os="ab"><userinput>./configure \
     42    --prefix=/tools \
     43    --build=${CLFS_HOST} \
     44    --host=${CLFS_TARGET} \
     45    --libdir=/tools/lib64 \
     46    --disable-werror \
     47    --enable-grub-mkfont=no \
     48    --with-bootdir=tools/boot</userinput></screen>
    4549
    4650    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/boot/multilib/kmod.xml

    rc636dee r7cd7f99  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="b"><userinput>./configure --prefix=/tools \
    38     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    39     --libdir=/tools/lib64 --with-xz --with-zlib</userinput></screen>
     37<screen os="b"><userinput>./configure \
     38    --prefix=/tools \
     39    --build=${CLFS_HOST} \
     40    --host=${CLFS_TARGET} \
     41    --libdir=/tools/lib64 \
     42    --with-xz \
     43    --with-zlib</userinput></screen>
    4044
    4145    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.