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

    r00cf9ca rb27081c4  
    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.