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-libs.xml

    rc636dee r7cd7f99  
    4747
    4848<screen os="aa"><userinput>CC="${CC} ${BUILD32}" \
    49   ../configure --prefix=/tools --enable-elf-shlibs \
    50     --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    51     --disable-libblkid --disable-libuuid --disable-fsck \
    52     --disable-uuidd --cache-file=config.cache</userinput></screen>
     49../configure \
     50    --prefix=/tools \
     51    --enable-elf-shlibs \
     52    --build=${CLFS_HOST} \
     53    --host=${CLFS_TARGET} \
     54    --disable-libblkid \
     55    --disable-libuuid \
     56    --disable-fsck \
     57    --disable-uuidd \
     58    --cache-file=config.cache</userinput></screen>
    5359
    5460    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.