Changeset 16471f8


Ignore:
Timestamp:
08/20/2009 04:41:48 AM (15 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
041bd84
Parents:
62b2fca
Message:

Reworded the notes in the General Compilation Instructions
and added a note to bin-utils to have users actually
read the General Compilation Instructions.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9053 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r62b2fca r16471f8  
    3838-->
    3939    <listitem>
    40       <para>2009-08-16</para>
     40      <para>2009-08-19</para>
    4141      <itemizedlist>
    4242        <listitem>
    43           <para>No changes to date.</para>
     43          <para>[bdubbs] - Reworded the notes in the General Compilation
     44          Instructions and added a note to bin-utils to have users
     45          actually read the General Compilation Instructions.</para>
    4446        </listitem>
    4547      </itemizedlist>
  • chapter05/binutils-pass1.xml

    r62b2fca r16471f8  
    4343  <sect2 role="installation">
    4444    <title>Installation of Cross Binutils</title>
     45
     46    <note><para>Go back and re-read the notes in the previous section.
     47    Understanding the notes lablelled important will save you a lot
     48    of problems later.</para></note>
    4549
    4650    <para>It is important that Binutils be the first package compiled
  • chapter05/generalinstructions.xml

    r62b2fca r16471f8  
    5656  <listitem>
    5757
    58     <para>Finally, one last important item must be emphasized:</para>
     58    <para>Finally, two last important items must be emphasized:</para>
     59
     60    <important>
     61      <para>The build instructions assume that the <command>bash</command>
     62      shell is in use.</para>
     63    </important>
    5964
    6065    <important>
     
    6267      should be unpacked as user <systemitem class="username">lfs</systemitem>,
    6368      and a <command>cd</command> into the created directory should be
    64       performed.  The build instructions assume that the
    65       <command>bash</command> shell is in use.</para>
     69      performed.</para>
    6670    </important>
    6771  </listitem>
  • general.ent

    r62b2fca r16471f8  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20090812">
    3 <!ENTITY releasedate "August 12, 2009">
     2<!ENTITY version "SVN-20090819">
     3<!ENTITY releasedate "August 19, 2009">
    44<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
    55<!ENTITY milestone "6.5">
Note: See TracChangeset for help on using the changeset viewer.