diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 21:46:44 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 21:46:44 +0000 |
commit | 37ad07ac3f1c199e6648c15dc3be3535f1472158 (patch) | |
tree | 2476f9ba4fccd28814ce90ce59a8968566c8cf6a /chapter05 | |
parent | aafceef9609b15d93694b1eab234e092601d097c (diff) |
Must install Glibc in chapter 5. Fix c5-glibc entity. Moved tcl, expect and dejagnu installation to after locking in glibc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2498 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/chapter05.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 739475ba1..c1b96b81c 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -10,7 +10,11 @@ &c5-binutils-pass1; &c5-gcc-pass1; &c5-kernelheaders; +&c5-glibc; &c5-lockingglibc; +&c5-tcl; +&c5-expect; +&c5-dejagnu; &c5-gcc-pass2; &c5-binutils-pass2; &c5-zlib; @@ -31,9 +35,6 @@ &c5-bash; &c5-utillinux; &c5-perl; -&c5-tcl; -&c5-expect; -&c5-dejagnu; </chapter> |