Changeset 37e35d2 for chapter07/perl.xml


Ignore:
Timestamp:
06/29/2020 07:55:01 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
c4804e8
Parents:
d4fdde6
Message:

Update to new lfs structure

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@11986 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • chapter07/perl.xml

    rd4fdde6 r37e35d2  
    2626
    2727    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    28     href="../chapter06/perl.xml"
     28    href="../chapter08/perl.xml"
    2929    xpointer="xpointer(/sect1/sect2[1]/para[1])"/>
    3030
     
    3434
    3535      <seglistitem>
    36         <seg>&perl-ch5-sbu;</seg>
    37         <seg>&perl-ch5-du;</seg>
     36        <seg>&perl-tmp-sbu;</seg>
     37        <seg>&perl-tmp-du;</seg>
    3838      </seglistitem>
    3939    </segmentedlist>
     
    4646    <para>Prepare Perl for compilation:</para>
    4747
    48 <screen><userinput remap="configure">sh Configure -des -Dprefix=/tools -Dlibs=-lm -Uloclibpth -Ulocincpth</userinput></screen>
     48<screen><userinput remap="configure">sh Configure -des -Dprefix=/usr</userinput></screen>
    4949
    5050    <variablelist>
    51       <title>The meaning of the Configure options:</title>
    52 
     51      <title>The meaning of the new Configure options:</title>
    5352      <varlistentry>
    5453        <term><parameter>-des</parameter></term>
     
    6059      </varlistentry>
    6160
    62       <varlistentry>
    63         <term>
    64           <parameter>-Uloclibpth</parameter> and
    65           <parameter>-Ulocincpth</parameter>
    66         </term>
    67         <listitem>
    68           <para>These entries undefine variables that cause the configuration
    69           to search for locally installed components that may exist on the
    70           host system.</para>
    71         </listitem>
    72       </varlistentry>
    73 
    7461    </variablelist>
    7562
    76 
    77 
    78 
    79     <para>Build the package:</para>
     63    <para>Compile the package:</para>
    8064
    8165<screen><userinput remap="make">make</userinput></screen>
    8266
    83     <para>Although Perl comes with a test suite, it would be better to wait
    84     until it is installed in the next chapter.</para>
     67    <para>Install the package:</para>
    8568
    86     <para>Only a few of the utilities and libraries need to be installed at this
    87     time:</para>
    88 
    89 <screen><userinput remap="install">cp -v perl cpan/podlators/scripts/pod2man /tools/bin
    90 mkdir -pv /tools/lib/perl5/&perl-version;
    91 cp -Rv lib/* /tools/lib/perl5/&perl-version;</userinput></screen>
     69<screen><userinput remap="install">make install</userinput></screen>
    9270
    9371  </sect2>
     
    9674    <title/>
    9775
    98     <para>Details on this package are located in
    99     <xref linkend="contents-perl" role="."/></para>
     76    <para>Details on this package are located in <xref linkend="contents-perl" role="."/></para>
    10077
    10178  </sect2>
Note: See TracChangeset for help on using the changeset viewer.