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/temp-system/common/vim.xml

    rc636dee r7cd7f99  
    6464    xpointer="xpointer(//*[@os='d'])"/>
    6565
    66 <screen os="e"><userinput>./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    67     --prefix=/tools --enable-gui=no --disable-gtktest --disable-xim \
    68     --disable-gpm --without-x --disable-netbeans --with-tlib=ncurses</userinput></screen>
     66<screen os="e"><userinput>./configure \
     67    --build=${CLFS_HOST} \
     68    --host=${CLFS_TARGET} \
     69    --prefix=/tools \
     70    --enable-gui=no \
     71    --disable-gtktest \
     72    --disable-xim \
     73    --disable-gpm \
     74    --without-x \
     75    --disable-netbeans \
     76    --with-tlib=ncurses</userinput></screen>
    6977
    7078    <variablelist os="f">
Note: See TracChangeset for help on using the changeset viewer.