Ignore:
Timestamp:
Dec 13, 2015, 4:21:52 PM (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/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/testsuite-tools/common/dejagnu.xml

    rdbc5b02 r991595cf  
    2828    <para os="a">Prepare DejaGNU for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
     30<screen os="b"><userinput>./configure \
     31    --prefix=/tools</userinput></screen>
    3132
    3233    <para os="c">Build and install the package:</para>
  • BOOK/testsuite-tools/common/expect.xml

    rdbc5b02 r991595cf  
    2828    <para os="c">Now prepare Expect for compilation:</para>
    2929
    30 <screen os="d"><userinput>./configure --prefix=/tools --with-tcl=/tools/lib \
     30<screen os="d"><userinput>./configure \
     31    --prefix=/tools \
     32    --with-tcl=/tools/lib \
    3133    --with-tclinclude=/tools/include</userinput></screen>
    3234
  • BOOK/testsuite-tools/common/tcl.xml

    rdbc5b02 r991595cf  
    2828
    2929<screen><userinput>cd unix
    30 ./configure --prefix=/tools</userinput></screen>
     30./configure \
     31    --prefix=/tools</userinput></screen>
    3132
    3233    <para os="c">Build the package:</para>
Note: See TracChangeset for help on using the changeset viewer.