Changeset eba8490


Ignore:
Timestamp:
Feb 21, 2006, 2:23:45 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:
398f5bd1
Parents:
6c6a5bb
Message:

r1148@server (orig r1146): chris | 2006-02-05 23:41:48 -0800
Changed the wording in the temp-system gettext installation, and moved the text about why binutils must be the first package installed to a more appropriate location

Location:
BOOK
Files:
17 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/64/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Cross Binutils</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/binutils.xml"
     27    xpointer="xpointer(//*[@os='da'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/common/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Cross Binutils</title>
     24
     25    <para os="da">It is important that Binutils be the first package compiled
     26    because both Glibc and GCC perform various tests on the available
     27    linker and assembler to determine which of their own features to
     28    enable.</para>
    2429
    2530    <para os="ba">To make sure that the proper syntax is used for a couple of
  • BOOK/cross-tools/multilib/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Cross Binutils</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/binutils.xml"
     27    xpointer="xpointer(//*[@os='da'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Cross Binutils</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/binutils.xml"
     27    xpointer="xpointer(//*[@os='da'])"/>
    2428
    2529    <para os="ba">To make sure that the proper syntax is used for a couple of
  • BOOK/cross-tools/sparc64-64/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Cross Binutils</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/binutils.xml"
     27    xpointer="xpointer(//*[@os='da'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparc64/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Cross Binutils</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/binutils.xml"
     27    xpointer="xpointer(//*[@os='da'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/cross-tools/sparcv8/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Cross Binutils</title>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../common/binutils.xml"
     27    xpointer="xpointer(//*[@os='da'])"/>
    2428
    2529    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/general.ent

    r6c6a5bb reba8490  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20060205">
     3<!ENTITY version "CLFS-SVN-20060206">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1616<!ENTITY version-alpha "&version;-ALPHA">
    1717
    18 <!ENTITY releasedate "February 5, 2006">
     18<!ENTITY releasedate "February 6, 2006">
    1919<!ENTITY milestone "0.1">
    2020<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • BOOK/introduction/common/changelog.xml

    r6c6a5bb reba8490  
    3737-->
    3838
     39    <listitem>
     40      <para>February 6, 2006</para>
     41      <itemizedlist>
     42        <listitem>
     43          <para>[Chris] - Moved the text explaining why binutils
     44should be the first package compiled to a more appopriate location at
     45the first installation of binutils, and changed the wording in
     46temp-system glibc</para>
     47        </listitem>
     48      </itemizedlist>
     49    </listitem>
    3950
    4051    <listitem>
  • BOOK/temp-system/64/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Binutils</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/binutils.xml"
    27     xpointer="xpointer(//*[@os='da'])"/>
    2824
    2925    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Binutils</title>
    24 
    25     <para os="da">It is important that Binutils be the first package compiled
    26     because both Glibc and GCC perform various tests on the available
    27     linker and assembler to determine which of their own features to
    28     enable.</para>
    2924
    3025    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/common/gettext.xml

    r6c6a5bb reba8490  
    4747    </variablelist>
    4848
    49     <para os="f">Compile the package:</para>
     49    <para os="f">Only one program in the Gettext package needs to be
     50    built:</para>
    5051
    5152<screen os="g"><userinput>make -C lib
    5253make -C src msgfmt</userinput></screen>
    5354
    54     <para os="h">Install the package:</para>
     55    <para os="h">Install the <command>msgfmt</command> binary:/para>
    5556
    5657<screen os="i"><userinput>cp -v src/msgfmt /tools/bin</userinput></screen>
  • BOOK/temp-system/multilib/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Binutils</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/binutils.xml"
    27     xpointer="xpointer(//*[@os='da'])"/>
    2824
    2925    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/sparc/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Binutils</title>
    24 
    25     <para os="da">It is important that Binutils be the first package compiled
    26     because both Glibc and GCC perform various tests on the available
    27     linker and assembler to determine which of their own features to
    28     enable.</para>
    2924
    3025    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/sparc64-64/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Binutils</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/binutils.xml"
    27     xpointer="xpointer(//*[@os='da'])"/>
    2824
    2925    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/sparc64/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Binutils</title>
    24 
    25     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    26     href="../common/binutils.xml"
    27     xpointer="xpointer(//*[@os='da'])"/>
    2824
    2925    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/sparcv8/binutils.xml

    r6c6a5bb reba8490  
    2222  <sect2 role="installation">
    2323    <title>Installation of Binutils</title>
    24 
    25     <para os="da">It is important that Binutils be the first package compiled
    26     because both Glibc and GCC perform various tests on the available
    27     linker and assembler to determine which of their own features to
    28     enable.</para>
    2924
    3025    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.