diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-02 22:04:32 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-02 22:04:32 +0000 |
commit | cd8e54e226b1b4ca2b85f754d358930baa7616a8 (patch) | |
tree | 8c890e6a570c6ff1c0a5830132a2e2c54ef37feb /chapter05 | |
parent | 148bb04f8022ae1ea657d36ef04ff062bd023206 (diff) |
Adjusting the actual SBUs.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2726 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/binutils-pass2.xml | 4 | ||||
-rw-r--r-- | chapter05/coreutils.xml | 4 | ||||
-rw-r--r-- | chapter05/gcc-pass2.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/chapter05/binutils-pass2.xml b/chapter05/binutils-pass2.xml index e443af968..0792ba9f2 100644 --- a/chapter05/binutils-pass2.xml +++ b/chapter05/binutils-pass2.xml @@ -2,8 +2,8 @@ <title>Installing Binutils-&binutils-version; - Pass 2</title> <?dbhtml filename="binutils-pass2.html" dir="chapter05"?> -<screen>Estimated build time: &binutils-pass1-time-stage1; -Estimated required disk space: &binutils-pass1-compsize-stage1;</screen> +<screen>Estimated build time: &binutils-pass2-time-stage1; +Estimated required disk space: &binutils-pass2-compsize-stage1;</screen> &c5-binutils-pass2-inst; diff --git a/chapter05/coreutils.xml b/chapter05/coreutils.xml index 43180b86f..6cd9f28f6 100644 --- a/chapter05/coreutils.xml +++ b/chapter05/coreutils.xml @@ -2,8 +2,8 @@ <title>Installing Coreutils-&coreutils-version;</title> <?dbhtml filename="coreutils.html" dir="chapter05"?> -<screen>Estimated build time: &coreutils-time; -Estimated required disk space: &coreutils-compsize;</screen> +<screen>Estimated build time: &coreutils-time-static; +Estimated required disk space: &coreutils-compsize-static;</screen> &aa-coreutils-shortdesc; &aa-coreutils-dep; diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 58d6b7672..6826f64a5 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -2,8 +2,8 @@ <title>Installing GCC-&gcc-version; - Pass 2</title> <?dbhtml filename="gcc-pass2.html" dir="chapter05"?> -<screen>Estimated build time: &gcc-time-pass1-stage1; -Estimated required disk space: &gcc-compsize-pass1-stage1;</screen> +<screen>Estimated build time: &gcc-time-pass2-stage1; +Estimated required disk space: &gcc-compsize-pass2-stage1;</screen> &c5-gcc-pass2-inst; |