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 | |
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
-rw-r--r-- | chapter05/chapter05.xml | 7 | ||||
-rw-r--r-- | entities/glibc.ent | 2 |
2 files changed, 5 insertions, 4 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> diff --git a/entities/glibc.ent b/entities/glibc.ent index fc0e7c73f..bc44df6ff 100644 --- a/entities/glibc.ent +++ b/entities/glibc.ent @@ -2,7 +2,7 @@ <!ENTITY c4-glibc-threads SYSTEM "../chapter04/glibc-threads.xml"> <!ENTITY c4-glibc-patch SYSTEM "../chapter04/glibc-patch.xml"> -<!ENTITY c5-glibc SYSTEM "../chapter05/glibc-xml"> +<!ENTITY c5-glibc SYSTEM "../chapter05/glibc.xml"> <!ENTITY c5-glibc-inst SYSTEM "../chapter05/glibc-inst.xml"> <!ENTITY c6-glibc SYSTEM "../chapter06/glibc.xml"> |