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
This commit is contained in:
Matthew Burgess 2006-05-30 17:06:37 +00:00
parent ec20811ee7
commit 00e4c9a31a
2 changed files with 7 additions and 8 deletions

View File

@ -23,7 +23,7 @@
followed by concise descriptions of each program and library the package followed by concise descriptions of each program and library the package
installed.</para> installed.</para>
<para>If using the compiler optimizations provided in this chapter, please <para>If using compiler optimizations, please
review the optimization hint at <ulink url="&hints-root;optimization.txt"/>. review the optimization hint at <ulink url="&hints-root;optimization.txt"/>.
Compiler optimizations can make a program run slightly faster, but they may Compiler optimizations can make a program run slightly faster, but they may
also cause compilation difficulties and problems when running the program. also cause compilation difficulties and problems when running the program.
@ -49,10 +49,9 @@
<para>Before the installation instructions, each installation page provides <para>Before the installation instructions, each installation page provides
information about the package, including a concise description of what it information about the package, including a concise description of what it
contains, approximately how long it will take to build, how much disk space contains, approximately how long it will take to build, and how much disk
is required during this building process, and any other packages needed to space is required during this building process. Following the installation
successfully build the package. Following the installation instructions, instructions, there is a list of programs and libraries (along with brief
there is a list of programs and libraries (along with brief descriptions of descriptions of these) that the package installs.</para>
these) that the package installs.</para>
</sect1> </sect1>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20060528"> <!ENTITY version "SVN-2006030">
<!ENTITY releasedate "May 28, 2006"> <!ENTITY releasedate "May 30, 2006">
<!ENTITY milestone "6.2"> <!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->