Author: ken Date: 2006-01-10 13:26:14 -0700 (Tue, 10 Jan 2006) New Revision: 7261
Modified: trunk/BOOK/chapter01/changelog.xml trunk/BOOK/chapter06/chapter06.xml Log: 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. Modified: trunk/BOOK/chapter01/changelog.xml =================================================================== --- trunk/BOOK/chapter01/changelog.xml 2006-01-10 20:18:53 UTC (rev 7260) +++ trunk/BOOK/chapter01/changelog.xml 2006-01-10 20:26:14 UTC (rev 7261) @@ -124,6 +124,9 @@ </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 Modified: trunk/BOOK/chapter06/chapter06.xml =================================================================== --- trunk/BOOK/chapter06/chapter06.xml 2006-01-10 20:18:53 UTC (rev 7260) +++ trunk/BOOK/chapter06/chapter06.xml 2006-01-10 20:26:14 UTC (rev 7261) @@ -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"/> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
