Changeset 2bca08cf


Ignore:
Timestamp:
Feb 21, 2006, 1:04:38 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:
89905dd
Parents:
83f377f
Message:

r689@server (orig r687): ken | 2005-11-11 09:57:19 -0800
Reduce multilib temporary perl to a single build.

Location:
BOOK
Files:
2 deleted
8 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    r83f377f r2bca08cf  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20051110">
     3<!ENTITY version "CLFS-SVN-20051111">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1414<!ENTITY version-alpha "&version;-ALPHA">
    1515
    16 <!ENTITY releasedate "November 10, 2005">
     16<!ENTITY releasedate "November 11, 2005">
    1717<!ENTITY milestone "0.1">
    1818<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/introduction/mips64/changelog.xml

    r83f377f r2bca08cf  
    3535
    3636    <listitem>
     37      <para>November 11, 2005</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Reduce temporary perl to a single 32-bit install.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
     45    <listitem>
    3746      <para>October 31, 2005</para>
    3847      <itemizedlist>
  • BOOK/introduction/sparc64/changelog.xml

    r83f377f r2bca08cf  
    3535
    3636    <listitem>
     37      <para>November 11, 2005</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Reduce temporary perl to a single 32-bit install.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
     45    <listitem>
    3746      <para>November 10, 2005</para>
    3847      <itemizedlist>
  • BOOK/introduction/x86_64/changelog.xml

    r83f377f r2bca08cf  
    3535
    3636    <listitem>
     37      <para>November 11, 2005</para>
     38      <itemizedlist>
     39        <listitem>
     40          <para>[ken] - Reduce temporary perl to a single 32-bit install.</para>
     41        </listitem>
     42      </itemizedlist>
     43    </listitem>
     44
     45    <listitem>
    3746      <para>November 10, 2005</para>
    3847      <itemizedlist>
  • BOOK/temp-tools/mips64-chapter.xml

    r83f377f r2bca08cf  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl-n32.xml"/>
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl-64bit.xml"/>
    2220  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    2321
  • BOOK/temp-tools/multilib/perl.xml

    r83f377f r2bca08cf  
    99  <?dbhtml filename="perl.html"?>
    1010
    11   <title>Perl-&perl-version; 32 Bit</title>
     11  <title>Perl-&perl-version;</title>
    1212
    1313  <indexterm zone="ch-temp-tools-perl">
     
    2222  <sect2 role="installation">
    2323    <title>Installation of Perl</title>
     24
     25    <para os="a0a">We need a working Perl to build glibc and test coreutils, it
     26    doesn't matter whether this is a 32-bit or a 64-bit program. But, the perl
     27    configure process knows nothing about multilib and assumes it will be installed
     28    in a 'lib' directory.  Using the same patch as for non-multilib systems we can
     29    easily install into <filename class="directory">/tools/lib</filename>.</para>
     30
     31    <para os="a0b">Installing successfully into a different directory such as
     32    <filename class="directory">/tools/lib64</filename> would require more effort
     33   (compare how we install Perl in the final system) for no real gain. On this
     34   multilib system, <filename class="directory">/tools/lib</filename> is where we
     35   install 32-bit libraries, so for consistency we will build a 32-bit Perl here.
     36   </para>
    2437
    2538    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-tools/sparc64-chapter.xml

    r83f377f r2bca08cf  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl-64bit.xml"/>
    2120  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    2221
  • BOOK/temp-tools/x86_64-chapter.xml

    r83f377f r2bca08cf  
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    1919  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl-64bit.xml"/>
    2120  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    2221
Note: See TracChangeset for help on using the changeset viewer.