Explorar el Código

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
Ken Moffat hace 19 años
padre
commit
f420687e72
Se han modificado 2 ficheros con 4 adiciones y 1 borrados
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter06/chapter06.xml

+ 3 - 0
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

+ 1 - 1
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"/>