Changeset fd38b9c


Ignore:
Timestamp:
May 13, 2007, 6:37:03 AM (17 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
f48491f
Parents:
3e18738
Message:

Break configure command for temp-system File into multiple lines and remove reference to the testsuite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/temp-system/common/file.xml

    r3e18738 rfd38b9c  
    2828    <para os="a">Prepare File for compilation:</para>
    2929
    30 <screen os="b"><userinput>./configure --prefix=/tools --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
     30<screen os="b"><userinput>./configure --prefix=/tools \
     31    --build=${CLFS_HOST} --host=${CLFS_TARGET}</userinput></screen>
    3132
    3233    <para os="c">Compile the package:</para>
    3334
    3435<screen os="d"><userinput>make</userinput></screen>
    35 
    36     <para os="e">This package does not come with a test suite.</para>
    3736
    3837    <para os="f">Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.