mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Deleted the reference to the outdated and incomplete optimization hint.
Fixed a md5sum error. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9067 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4723e5de38
commit
e86763a61f
@ -37,6 +37,16 @@
|
|||||||
|
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<para>2009-09-11</para>
|
||||||
|
<itemizedlist>
|
||||||
|
<listitem>
|
||||||
|
<para>[bdubbs] - Deleted the reference to the outdated and
|
||||||
|
incomplete optimization hint.</para>
|
||||||
|
</listitem>
|
||||||
|
</itemizedlist>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>2009-09-10</para>
|
<para>2009-09-10</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
|
@ -47,7 +47,6 @@
|
|||||||
<para>Because most users will never use a debugger on their system software,
|
<para>Because most users will never use a debugger on their system software,
|
||||||
a lot of disk space can be regained by removing these symbols. The next
|
a lot of disk space can be regained by removing these symbols. The next
|
||||||
section shows how to strip all debugging symbols from the programs and
|
section shows how to strip all debugging symbols from the programs and
|
||||||
libraries. Additional information on system optimization can be found at
|
libraries.</para>
|
||||||
<ulink url="&hints-root;optimization.txt"/>.</para>
|
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
@ -21,8 +21,7 @@
|
|||||||
work is to know what each package is used for and why you (or the system)
|
work is to know what each package is used for and why you (or the system)
|
||||||
may need it.</para>
|
may need it.</para>
|
||||||
|
|
||||||
<para>If using compiler optimizations, please review the optimization hint at
|
<para>We do not recommend using optimizations. They can make
|
||||||
<ulink url="&hints-root;optimization.txt"/>. Compiler optimizations can make
|
|
||||||
a program run slightly faster, but they may also cause compilation
|
a program run slightly faster, but they may also cause compilation
|
||||||
difficulties and problems when running the program. If a package refuses to
|
difficulties and problems when running the program. If a package refuses to
|
||||||
compile when using optimization, try to compile it without optimization and
|
compile when using optimization, try to compile it without optimization and
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!ENTITY version "SVN-20090910">
|
<!ENTITY version "SVN-20090911">
|
||||||
<!ENTITY releasedate "September 10, 2009">
|
<!ENTITY releasedate "September 11, 2009">
|
||||||
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – -->
|
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not – -->
|
||||||
<!ENTITY milestone "7.0">
|
<!ENTITY milestone "7.0">
|
||||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||||
|
@ -85,7 +85,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
|
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
|
||||||
<!ENTITY perl-libc-patch-md5 "c463ad3abf6304392e5d635ed5dd627b">
|
<!ENTITY perl-libc-patch-md5 "800dfd3c9618731ee5cf57f77a7942b4">
|
||||||
<!ENTITY perl-libc-patch-size "1 KB">
|
<!ENTITY perl-libc-patch-size "1 KB">
|
||||||
|
|
||||||
<!ENTITY procps-watch-patch "procps-&procps-version;-watch_unicode-1.patch">
|
<!ENTITY procps-watch-patch "procps-&procps-version;-watch_unicode-1.patch">
|
||||||
|
Loading…
Reference in New Issue
Block a user