diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-01-07 22:12:20 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-01-07 22:12:20 +0000 |
commit | 4da4a63bdf421baf9d6ed12781516591403794ae (patch) | |
tree | de8b0eeff0b75a5546c7d73f75a21f0d5d965367 /chapter06 | |
parent | 693e2fbc1e7944196486094e8ce790abbaa0f163 (diff) |
Build mktemp earlier, for gcc's gccbug which now wraps mktemp in 'if [ yes = yes ];' instead of 'if [ no = yes ];'.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/chapter06.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 1fb002d0c..063f1996f 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -21,10 +21,10 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="glibc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="readjusting.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="binutils.xml"/> +<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mktemp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gcc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="coreutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="zlib.xml"/> -<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="mktemp.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="iana-etc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="findutils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gawk.xml"/> |