Ignore:
Timestamp:
Dec 13, 2015, 4:19:04 PM (8 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/multilib/e2fsprogs.xml

    r00cf9ca rb27081c4  
    3737<screen os="d"><userinput>PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
    3838CC="gcc ${BUILD32}" \
    39 ../configure --prefix=/usr --bindir=/bin --with-root-prefix="" \
    40     --enable-elf-shlibs --disable-libblkid --disable-libuuid \
    41     --disable-fsck --disable-uuidd</userinput></screen>
     39../configure \
     40    --prefix=/usr \
     41    --bindir=/bin \
     42    --with-root-prefix="" \
     43    --enable-elf-shlibs \
     44    --disable-libblkid \
     45    --disable-libuuid \
     46    --disable-fsck \
     47    --disable-uuidd</userinput></screen>
    4248
    4349    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.