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

Put one configure option per line

File:
1 edited

Legend:

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

    rc636dee r7cd7f99  
    5454    xpointer="xpointer(//*[@os='c'])"/>
    5555
    56 <screen os="aa"><userinput>../configure --prefix=/tools --enable-elf-shlibs \
    57     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    58     --disable-libblkid --disable-libuuid --disable-fsck \
    59     --disable-uuidd --cache-file=config.cache</userinput></screen>
     56<screen os="aa"><userinput>../configure \
     57    --prefix=/tools \
     58    --enable-elf-shlibs \
     59    --build=${CLFS_HOST} \
     60    --host=${CLFS_TARGET} \
     61    --disable-libblkid \
     62    --disable-libuuid \
     63    --disable-fsck \
     64    --disable-uuidd \
     65    --cache-file=config.cache</userinput></screen>
    6066
    6167    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.