diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-01-10 20:26:14 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-01-10 20:26:14 +0000 |
commit | f420687e723a73d2d8d215393c714abd6beaf43f (patch) | |
tree | 4360e881096cd58a6cc6d14071a0a57c1d76bbdb | |
parent | 22e65da686d956aeced0ce2b0bb22a696ecd4102 (diff) |
Move mktemp back to where it used to be, this should revert r7256 and hopefully remove any unintended idea that the toolchain position in the build can be lightly tinkered with.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7261 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/chapter06.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 675ef91fc..47b61df7a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -124,6 +124,9 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>January 10, 2006 [ken]: Revert my move of mktemp.</para> +</listitem> + <listitem><para>January 7, 2006 [ken]: Alter the Perl instructions to always create an /etc/hosts file. This fixes a potential difference in the 'hostcat' recorded in Config_heavy.pl. Thanks to Bryan Kadzban for diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 042cc2bb9..2efc97697 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"/> |