Ignore:
Timestamp:
Feb 21, 2006, 1:23:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
69caf2f
Parents:
82fedc4
Message:

r781@server (orig r779): jim | 2005-11-30 22:14:06 -0800

r836@server: jim | 2005-11-30 22:13:02 -0800
Text updates to final-system


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/perl.xml

    r82fedc4 re0e40d3  
    4040    prepare Perl for compilation with:</para>
    4141
    42 <screen><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
    43 
    44     <variablelist os="b">
     42<screen os="b"><userinput>./configure.gnu --prefix=/usr -Dpager="/bin/less -isR"</userinput></screen>
     43
     44    <variablelist os="c">
    4545      <title>The meaning of the configure option:</title>
    4646
    47       <varlistentry>
     47      <varlistentry os="c1">
    4848        <term><parameter>-Dpager="/bin/less -isR"</parameter></term>
    4949        <listitem>
     
    5454    </variablelist>
    5555
    56     <para os="c">Compile the package:</para>
    57 
    58 <screen os="d"><userinput>make</userinput></screen>
    59 
    60     <para os="e">To run the test suite, first create a basic
     56    <para os="d">Compile the package:</para>
     57
     58<screen os="e"><userinput>make</userinput></screen>
     59
     60    <para os="f">To run the test suite, first create a basic
    6161    <filename>/etc/hosts</filename> file which is needed by a couple of
    6262    the tests to resolve the network name localhost:</para>
    6363
    64 <screen os="f"><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
    65 
    66     <para os="g">Now run the tests, if desired:</para>
    67 
    68 <screen os="h"><userinput>make test</userinput></screen>
    69 
    70     <para os="i">Install the package:</para>
    71 
    72 <screen os="j"><userinput>make install</userinput></screen>
     64<screen os="g"><userinput>echo "127.0.0.1 localhost $(hostname)" &gt; /etc/hosts</userinput></screen>
     65
     66    <para os="h">Now run the tests, if desired:</para>
     67
     68<screen os="i"><userinput>make test</userinput></screen>
     69
     70    <para os="j">Install the package:</para>
     71
     72<screen os="k"><userinput>make install</userinput></screen>
    7373
    7474  </sect2>
Note: See TracChangeset for help on using the changeset viewer.