aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-14 09:24:59 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-14 09:24:59 +0000
commita4ee3d2cefe04174d9cb55f55cf7eda8a549ffc3 (patch)
treecc237d0a72de3cb9ceba631962a002b64d0faad5
parenteb6d9eb7bb24629701196e4df3e65a7c11bf7f0c (diff)
Brought chap5/{gettext,expect,bison} into conformity with build size convention.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml2
-rw-r--r--chapter05/bison.xml2
-rw-r--r--chapter05/expect.xml2
-rw-r--r--chapter05/gettext.xml2
-rw-r--r--general.ent4
5 files changed, 7 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 726993b50..fa9d182b9 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -88,6 +88,8 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>June 14th, 2005 [archaic]: Updated all build sizes.</para></listitem>
+
<listitem><para>June 12th, 2005 [matt]: Upgraded to linux-2.6.11.12.</para></listitem>
<listitem><para>June 12th, 2005 [matt]: Upgraded to shadow-4.0.9.</para></listitem>
diff --git a/chapter05/bison.xml b/chapter05/bison.xml
index 50da83672..ec3ee06ec 100644
--- a/chapter05/bison.xml
+++ b/chapter05/bison.xml
@@ -19,7 +19,7 @@
<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>0.6 SBU</seg><seg>10 MB</seg></seglistitem>
+<seglistitem><seg>0.6 SBU</seg><seg>10.0 MB</seg></seglistitem>
</segmentedlist>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/bison.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index 6428fe018..6d59bf8e9 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -18,7 +18,7 @@ with other interactive programs.</para>
<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>0.1 SBU</seg><seg>4 MB</seg></seglistitem>
+<seglistitem><seg>0.1 SBU</seg><seg>4.0 MB</seg></seglistitem>
</segmentedlist>
<segmentedlist>
diff --git a/chapter05/gettext.xml b/chapter05/gettext.xml
index 0ddff9100..cbe7b5f26 100644
--- a/chapter05/gettext.xml
+++ b/chapter05/gettext.xml
@@ -19,7 +19,7 @@
<segmentedlist>
<segtitle>&buildtime;</segtitle>
<segtitle>&diskspace;</segtitle>
-<seglistitem><seg>0.5 SBU</seg><seg>63 MB</seg></seglistitem>
+<seglistitem><seg>0.5 SBU</seg><seg>63.0 MB</seg></seglistitem>
</segmentedlist>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../chapter06/gettext.xml" xpointer="xpointer(/sect1/sect2[1]/segmentedlist[2])"/>
diff --git a/general.ent b/general.ent
index f65ffa473..ddce0d625 100644
--- a/general.ent
+++ b/general.ent
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20050612">
-<!ENTITY releasedate "June 12, 2005">
+<!ENTITY version "SVN-20050614">
+<!ENTITY releasedate "June 14, 2005">
<!ENTITY milestone "6.2">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/">