Ignore:
Timestamp:
Dec 13, 2015, 3:58:11 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
master, systemd
Children:
b953d0e
Parents:
7cd7f99
Message:

Put one configure option per line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/testsuite-tools/multilib/expect.xml

    r7cd7f99 rc01bd946  
    2626    xpointer="xpointer(//*[@os='c'])"/>
    2727
    28 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
    29    --with-tcl=/tools/lib64 --with-tclinclude=/tools/include  \
    30    --libdir=/tools/lib64</userinput></screen>
     28<screen os="d"><userinput>CC="gcc ${BUILD64}" \
     29./configure \
     30    --prefix=/tools \
     31    --with-tcl=/tools/lib64 \
     32    --with-tclinclude=/tools/include  \
     33    --libdir=/tools/lib64</userinput></screen>
    3134
    3235    <variablelist os="e">
Note: See TracChangeset for help on using the changeset viewer.