aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-09-02 19:04:26 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-09-02 19:04:26 +0000
commit5dec66f4fd93e987e0c1f5277402346cb2af0ff8 (patch)
treed98d0d0085dacfa4af82dcca245e4c5c97e471f6
parent6033f0098b64a0795222c918acf7ad3965a43c06 (diff)
Removed more documentation in the Chapter 5 stripping section
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9063 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml11
-rw-r--r--chapter05/stripping.xml4
-rw-r--r--general.ent4
3 files changed, 15 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index d821c2f38..f34c30dda 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -36,6 +36,17 @@
</listitem>
-->
+
+ <listitem>
+ <para>2009-09-02</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Removed more documentation in the Chapter 5
+ stripping section.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
<listitem>
<para>2009-08-26</para>
<itemizedlist>
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml
index 3491237ac..916ad6596 100644
--- a/chapter05/stripping.xml
+++ b/chapter05/stripping.xml
@@ -26,9 +26,9 @@ strip --strip-unneeded /tools/{,s}bin/*</userinput></screen>
ones would be destroyed and the toolchain packages would need to be
built all over again.</para>
- <para>To save nearly 20 MB more, remove the documentation:</para>
+ <para>To save nearly 25 MB more, remove the documentation:</para>
-<screen><userinput>rm -rf /tools/{info,man}</userinput></screen>
+<screen><userinput>rm -rf /tools/{,share}/{info,man}</userinput></screen>
<para>At this point, you should have at least 850 MB of free space in
<envar>$LFS</envar> that can be used to build and install Glibc in the
diff --git a/general.ent b/general.ent
index 3ee9ed566..a9fa51bfc 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090826">
-<!ENTITY releasedate "August 26, 2009">
+<!ENTITY version "SVN-20090902">
+<!ENTITY releasedate "September 2, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "7.0">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->