Changeset 00e4c9a


Ignore:
Timestamp:
05/30/2006 05:06:37 PM (18 years ago)
Author:
Matthew Burgess <matthew@…>
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.3, 6.4, 6.5, 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:
47849a7
Parents:
ec20811
Message:

Textual corrections from Chris Staub - dependency information is now in the appendix, not in chapter 6. Specific compiler optimisations are not provided so remove mentioning them.

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter06/introduction.xml

    rec20811 r00e4c9a  
    2424  installed.</para>
    2525
    26   <para>If using the compiler optimizations provided in this chapter, please
     26  <para>If using compiler optimizations, please
    2727  review the optimization hint at <ulink url="&hints-root;optimization.txt"/>.
    2828  Compiler optimizations can make a program run slightly faster, but they may
     
    5050  <para>Before the installation instructions, each installation page provides
    5151  information about the package, including a concise description of what it
    52   contains, approximately how long it will take to build, how much disk space
    53   is required during this building process, and any other packages needed to
    54   successfully build the package. Following the installation instructions,
    55   there is a list of programs and libraries (along with brief descriptions of
    56   these) that the package installs.</para>
     52  contains, approximately how long it will take to build, and how much disk
     53  space is required during this building process. Following the installation
     54  instructions, there is a list of programs and libraries (along with brief
     55  descriptions of these) that the package installs.</para>
    5756
    5857</sect1>
  • general.ent

    rec20811 r00e4c9a  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!ENTITY version "SVN-20060528">
    3 <!ENTITY releasedate "May 28, 2006">
     2<!ENTITY version "SVN-2006030">
     3<!ENTITY releasedate "May 30, 2006">
    44<!ENTITY milestone "6.2">
    55<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
Note: See TracChangeset for help on using the changeset viewer.