Changeset 56d9c50


Ignore:
Timestamp:
Feb 21, 2006, 1:59:42 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
175fea57
Parents:
6b015a8
Message:

r990@server (orig r988): jim | 2006-01-02 14:11:31 -0800

r1247@server: cstaub | 2006-01-02 10:38:54 -0800
Fixed Changelog, added 'meaning of make parameter' to final-system binutils for consistency with the rest of the book, and various grammar fixes.


Files:
6 edited

Legend:

Unmodified
Added
Removed
  • bootable/x86/kernel.xml

    r6b015a8 r56d9c50  
    7575
    7676    <note os="l">
    77       <para>Linux-2.6 kernel series requires to be compiled with GCC-3.x or
     77      <para>Linux-2.6 kernel series is required to be compiled with GCC-3.x or
    7878      later, in this case &gcc-version;. It is not recommended to compile the
    7979      kernel with GCC-2.95.x, as this causes failures in the Glibc test suite.
  • final-preps/settingenviron.xml

    r6b015a8 r56d9c50  
    8282  <para os="j">By putting <filename class="directory">/cross-tools/bin</filename> ahead
    8383  of the standard <envar>PATH</envar>, all the programs installed in
    84   <xref linkend="chapter-temp-system"/> are created up by the cross-compiler
     84  <xref linkend="chapter-cross-tools"/> are picked up by the cross-compiler
    8585  immediately after their installation. This, combined with turning off
    8686  hashing, limits the risk that old programs are used from the host when
    87   when building a sane set of cross-compiler tools.</para>
     87  building a sane set of cross-compiler tools.</para>
    8888
    8989  <para os="k">Finally, to have the environment fully prepared for building the
  • final-system/common/binutils.xml

    r6b015a8 r56d9c50  
    7777<screen os="m"><userinput>make tooldir=/usr</userinput></screen>
    7878
    79     <para os="n">Normally, the tooldir (the directory where the executables
    80     will ultimately be located) is set to <filename
    81     class="directory">$(exec_prefix)/$(target_alias)</filename>. Because this
    82     is a custom system, this target-specific directory in <filename
    83     class="directory">/usr</filename> is not required.</para>
     79    <variablelist os="n">
     80      <title>The meaning of the make parameter:</title>
     81
     82      <varlistentry>
     83        <term><parameter>tooldir=/usr</parameter></term>
     84        <listitem>
     85          <para>Normally, the tooldir (the directory where the executables
     86          will ultimately be located) is set to <filename
     87          class="directory">$(exec_prefix)/$(target_alias)</filename>. Because this
     88          is a custom system, this target-specific directory in <filename
     89          class="directory">/usr</filename> is not required.</para>
     90        </listitem>
     91      </varlistentry>
     92    </variablelist>
    8493
    8594    <important os="o">
  • final-system/common/iana-etc.xml

    r6b015a8 r56d9c50  
    1212
    1313  <indexterm zone="ch-system-iana-etc">
    14     <primary sortas="a-Iana-Etc">Coreutils, Gawk, and Iana-Etc</primary>
     14    <primary sortas="a-Iana-Etc">Iana-Etc</primary>
    1515  </indexterm>
    1616
  • general.ent

    r6b015a8 r56d9c50  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22
    3 <!ENTITY version "CLFS-SVN-20051231">
     3<!ENTITY version "CLFS-SVN-20060102">
    44<!ENTITY version-x86 "&version;-x86">
    55<!ENTITY version-x86_64 "&version;-x86_64-Multilib">
     
    1515<!ENTITY version-alpha "&version;-ALPHA">
    1616
    17 <!ENTITY releasedate "December 31, 2005">
     17<!ENTITY releasedate "January 02, 2006">
    1818<!ENTITY milestone "0.1">
    1919<!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" -->
  • introduction/common/changelog.xml

    r6b015a8 r56d9c50  
    4444          removed note about GRUB's testsuite failure.</para>
    4545        </listitem>
    46       </itemizedlist>
    47     </listitem>     
    48 
    49     <listitem>
    50       <para>December 30, 2005</para>
    51       <itemizedlist>
    52         <listitem>
    53           <para>[Chris] - Updated package dependencies, removed explanation of
    54           "target alias" and "cross-compiling" from final-system binutils, and
    55           removed note about GRUB's testsuite failure.</para>
    56         </listitem>
    5746        <listitem>
    5847          <para>[ken] - Fix where tree gets installed.</para>
Note: See TracChangeset for help on using the changeset viewer.