Ignore:
Timestamp:
Dec 14, 2015, 12:21:52 AM (9 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

Location:
BOOK/testsuite-tools/multilib
Files:
2 edited

Legend:

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

    rdbc5b02 r991595cf  
    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">
  • BOOK/testsuite-tools/multilib/tcl.xml

    rdbc5b02 r991595cf  
    2727
    2828<screen os="b"><userinput>cd unix
    29 CC="gcc ${BUILD64}" ./configure --prefix=/tools --libdir=/tools/lib64</userinput></screen>
     29CC="gcc ${BUILD64}" ./configure \
     30    --prefix=/tools \
     31    --libdir=/tools/lib64</userinput></screen>
    3032
    3133    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.