Changeset b27081c4 for BOOK/boot/common


Ignore:
Timestamp:
Dec 13, 2015, 4:19:04 PM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
c7477f8e
Parents:
00cf9ca
git-author:
Chris Staub <chris@…> (12/13/15 15:57:55)
git-committer:
Chris Staub <chris@…> (12/13/15 16:19:04)
Message:

Put one configure option per line

Location:
BOOK/boot/common
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/bc.xml

    r00cf9ca rb27081c4  
    2828    <para>Prepare Bc for compilation:</para>
    2929
    30 <screen><userinput>CC=gcc ./configure --prefix=/cross-tools</userinput></screen>
     30<screen><userinput>CC=gcc \
     31./configure \
     32    --prefix=/cross-tools</userinput></screen>
    3133
    3234    <variablelist>
  • BOOK/boot/common/e2fsprogs.xml

    r00cf9ca rb27081c4  
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="aa"><userinput>../configure --prefix=/tools \
    38     --enable-elf-shlibs --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    39     --disable-libblkid --disable-libuuid --disable-fsck \
     37<screen os="aa"><userinput>../configure \
     38    --prefix=/tools \
     39    --enable-elf-shlibs \
     40    --build=${CLFS_HOST} \
     41    --host=${CLFS_TARGET} \
     42    --disable-libblkid \
     43    --disable-libuuid \
     44    --disable-fsck \
    4045    --disable-uuidd</userinput></screen>
    4146
  • BOOK/boot/common/eudev.xml

    r00cf9ca rb27081c4  
    2929   <para os="a">Prepare Eudev for compilation:</para>
    3030
    31 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    32     --disable-introspection --disable-gtk-doc-html \
    33     --disable-gudev --disable-keymap --with-firmware-path=/tools/lib/firmware \
     31<screen os="b"><userinput>./configure \
     32    --prefix=/tools \
     33    --build=${CLFS_HOST} \
     34    --host=${CLFS_TARGET} \
     35    --disable-introspection \
     36    --disable-gtk-doc-html \
     37    --disable-gudev \
     38    --disable-keymap \
     39    --with-firmware-path=/tools/lib/firmware \
    3440    --enable-libkmod</userinput></screen>
    3541
  • BOOK/boot/common/kmod.xml

    r00cf9ca rb27081c4  
    3535    xpointer="xpointer(//*[@os='a'])"/>
    3636
    37 <screen os="b"><userinput>./configure --prefix=/tools \
    38     --build=${CLFS_HOST} --host=${CLFS_TARGET} --with-xz --with-zlib</userinput></screen>
     37<screen os="b"><userinput>./configure \
     38    --prefix=/tools \
     39    --build=${CLFS_HOST} \
     40    --host=${CLFS_TARGET} \
     41    --with-xz \
     42    --with-zlib</userinput></screen>
    3943
    4044    <variablelist os="c">
  • BOOK/boot/common/shadow.xml

    r00cf9ca rb27081c4  
    4444    <para os="e">Prepare Shadow for compilation:</para>
    4545
    46 <screen os="f"><userinput>./configure --prefix=/tools \
    47     --build=${CLFS_HOST} --host=${CLFS_TARGET} --cache-file=config.cache \
     46<screen os="f"><userinput>./configure \
     47    --prefix=/tools \
     48    --build=${CLFS_HOST} \
     49    --host=${CLFS_TARGET} \
     50    --cache-file=config.cache \
    4851    --enable-subordinate-ids=no</userinput></screen>
    4952
Note: See TracChangeset for help on using the changeset viewer.