diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-19 03:09:26 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-19 03:09:26 +0000 |
commit | 787fe0c79477285bb3393a823bdce2b29d1c9672 (patch) | |
tree | ecbbb14c7a13ce6fa1c62fa9115fc560c2fc2c26 /chapter05/chapter05.xml | |
parent | e00376be2e893350d70e572cac7f1291f709e44f (diff) |
Moved placement of m4 in chapters 5 and 6 so that
* the chapter 5 m4 links against the glibc in /tools
* the chapter 6 m4 is built before anything that hard codes the location of m4
Added a host prerequisite for m4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/chapter05.xml')
-rw-r--r-- | chapter05/chapter05.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index 76250d2b8..5fa82f6da 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -14,7 +14,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="introduction.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="toolchaintechnotes.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils-pass1.xml"/> - <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc-pass1.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="linux-headers.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glibc.xml"/> @@ -37,6 +36,7 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gettext.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="grep.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gzip.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="m4.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="make.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="patch.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl.xml"/> |