Author: jim
Date: 2005-10-01 17:38:03 -0600 (Sat, 01 Oct 2005)
New Revision: 6942

Added:
   branches/cross-lfs/BOOK/final-system/mips/mktemp.xml
   branches/cross-lfs/BOOK/final-system/mips64-64/mktemp.xml
   branches/cross-lfs/BOOK/final-system/mips64/mktemp.xml
Modified:
   branches/cross-lfs/BOOK/
   branches/cross-lfs/BOOK/final-system/common/mktemp.xml
   branches/cross-lfs/BOOK/final-system/mips-chapter.xml
   branches/cross-lfs/BOOK/final-system/mips64-64-chapter.xml
   branches/cross-lfs/BOOK/final-system/mips64-chapter.xml
   branches/cross-lfs/BOOK/final-system/multilib/mktemp.xml
   branches/cross-lfs/BOOK/introduction/mips/changelog.xml
   branches/cross-lfs/BOOK/introduction/mips/whatsnew.xml
   branches/cross-lfs/BOOK/introduction/mips64-64/whatsnew.xml
   branches/cross-lfs/BOOK/introduction/mips64/changelog.xml
   branches/cross-lfs/BOOK/introduction/mips64/whatsnew.xml
   branches/cross-lfs/BOOK/materials/mips/patches.xml
   branches/cross-lfs/BOOK/materials/mips64-64/patches.xml
   branches/cross-lfs/BOOK/materials/mips64/patches.xml
   branches/cross-lfs/BOOK/patches.ent
Log:
 [EMAIL PROTECTED]:  jim | 2005-10-01 16:37:27 -0700
 Added: mktemp patch for MIPS



Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
   - 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7568
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
   + 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7572
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516

Modified: branches/cross-lfs/BOOK/final-system/common/mktemp.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/common/mktemp.xml      2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/final-system/common/mktemp.xml      2005-10-01 
23:38:03 UTC (rev 6942)
@@ -53,7 +53,7 @@
 
     <para os="c">Prepare Mktemp for compilation:</para>
 
-<screen><userinput>./configure --prefix=/usr --with-libc</userinput></screen>
+<screen os="c1"><userinput>./configure --prefix=/usr 
--with-libc</userinput></screen>
 
     <variablelist os="d">
       <title>The meaning of the configure option:</title>

Added: branches/cross-lfs/BOOK/final-system/mips/mktemp.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/mips/mktemp.xml        2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/final-system/mips/mktemp.xml        2005-10-01 
23:38:03 UTC (rev 6942)
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
+  %general-entities;
+  %patches-entities;
+]>
+
+<sect1 id="ch-system-mktemp" role="wrap">
+  <?dbhtml filename="mktemp.html"?>
+
+  <title>Mktemp-&mktemp-version;</title>
+
+  <indexterm zone="ch-system-mktemp">
+    <primary sortas="a-Mktemp">Mktemp</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'package']/para[1])"/>
+
+    <segmentedlist>
+      <segtitle>&buildtime;</segtitle>
+      <segtitle>&diskspace;</segtitle>
+
+      <seglistitem>
+        <seg>Not checked yet</seg>
+        <seg>Not checked yet</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'package']/segmentedlist[2])"/>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Mktemp</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+    <para os="m1">This patch updates <filename>config.guess</filename> and
+    <filename>config.sub</filename> for MIPS processors.</para>
+
+<screen os="m2"><userinput>patch -Np1 -i 
../&mktemp-mips_update-patch;</userinput></screen>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'c1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+  </sect2>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+  href="../common/mktemp.xml"
+  xpointer="xpointer(id('contents-mktemp'))"/>
+
+</sect1>

Modified: branches/cross-lfs/BOOK/final-system/mips-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/mips-chapter.xml       2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/final-system/mips-chapter.xml       2005-10-01 
23:38:03 UTC (rev 6942)
@@ -60,7 +60,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/tar.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/util-linux.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/udev.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/mktemp.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="mips/mktemp.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/hotplug.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; href="mips/colo.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/aboutdebug.xml"/>

Added: branches/cross-lfs/BOOK/final-system/mips64/mktemp.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/mips64/mktemp.xml      2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/final-system/mips64/mktemp.xml      2005-10-01 
23:38:03 UTC (rev 6942)
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
+  %general-entities;
+  %patches-entities;
+]>
+
+<sect1 id="ch-system-mktemp" role="wrap">
+  <?dbhtml filename="mktemp.html"?>
+
+  <title>Mktemp-&mktemp-version;</title>
+
+  <indexterm zone="ch-system-mktemp">
+    <primary sortas="a-Mktemp">Mktemp</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'package']/para[1])"/>
+
+    <segmentedlist>
+      <segtitle>&buildtime;</segtitle>
+      <segtitle>&diskspace;</segtitle>
+
+      <seglistitem>
+        <seg>Not checked yet</seg>
+        <seg>Not checked yet</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'package']/segmentedlist[2])"/>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Mktemp</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'m1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'m2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'c1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'c1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+  </sect2>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+  href="../common/mktemp.xml"
+  xpointer="xpointer(id('contents-mktemp'))"/>
+
+</sect1>

Added: branches/cross-lfs/BOOK/final-system/mips64-64/mktemp.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/mips64-64/mktemp.xml   2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/final-system/mips64-64/mktemp.xml   2005-10-01 
23:38:03 UTC (rev 6942)
@@ -0,0 +1,95 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
+  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd"; [
+  <!ENTITY % general-entities SYSTEM "../../general.ent">
+  <!ENTITY % patches-entities SYSTEM "../../patches.ent">
+  %general-entities;
+  %patches-entities;
+]>
+
+<sect1 id="ch-system-mktemp" role="wrap">
+  <?dbhtml filename="mktemp.html"?>
+
+  <title>Mktemp-&mktemp-version;</title>
+
+  <indexterm zone="ch-system-mktemp">
+    <primary sortas="a-Mktemp">Mktemp</primary>
+  </indexterm>
+
+  <sect2 role="package">
+    <title/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'package']/para[1])"/>
+
+    <segmentedlist>
+      <segtitle>&buildtime;</segtitle>
+      <segtitle>&diskspace;</segtitle>
+
+      <seglistitem>
+        <seg>Not checked yet</seg>
+        <seg>Not checked yet</seg>
+      </seglistitem>
+    </segmentedlist>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'package']/segmentedlist[2])"/>
+
+  </sect2>
+
+  <sect2 role="installation">
+    <title>Installation of Mktemp</title>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'a'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'b'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'m1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../mips/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'m2'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'c1'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'d'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'e'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
+
+    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+    href="../common/mktemp.xml"
+    xpointer="xpointer(//[EMAIL PROTECTED]'h'])"/>
+
+  </sect2>
+
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
+  href="../common/mktemp.xml"
+  xpointer="xpointer(id('contents-mktemp'))"/>
+
+</sect1>

Modified: branches/cross-lfs/BOOK/final-system/mips64-64-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/mips64-64-chapter.xml  2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/final-system/mips64-64-chapter.xml  2005-10-01 
23:38:03 UTC (rev 6942)
@@ -60,7 +60,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/tar.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="mips64/util-linux.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/udev.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/mktemp.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="mips64/mktemp.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/hotplug.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="mips64-64/colo.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/aboutdebug.xml"/>

Modified: branches/cross-lfs/BOOK/final-system/mips64-chapter.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/mips64-chapter.xml     2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/final-system/mips64-chapter.xml     2005-10-01 
23:38:03 UTC (rev 6942)
@@ -86,7 +86,7 @@
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/tar.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="mips64/util-linux.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/udev.xml"/>
-  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="multilib/mktemp.xml"/>
+  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="mips64/mktemp.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/hotplug.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="mips64/colo.xml"/>
   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"; 
href="common/aboutdebug.xml"/>

Modified: branches/cross-lfs/BOOK/final-system/multilib/mktemp.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/multilib/mktemp.xml    2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/final-system/multilib/mktemp.xml    2005-10-01 
23:38:03 UTC (rev 6942)
@@ -54,7 +54,7 @@
     href="../common/mktemp.xml"
     xpointer="xpointer(//[EMAIL PROTECTED]'c'])"/>
 
-<screen><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr 
--with-libc</userinput></screen>
+<screen os="c1"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/usr 
--with-libc</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude";
     href="../common/mktemp.xml"

Modified: branches/cross-lfs/BOOK/introduction/mips/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/mips/changelog.xml     2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/introduction/mips/changelog.xml     2005-10-01 
23:38:03 UTC (rev 6942)
@@ -50,6 +50,9 @@
         <listitem>
           <para>[jim] - Added Linux-libc-headers patch to fix atomic64_t 
variable type.</para>
         </listitem>
+        <listitem>
+          <para>[jim] - Added Mktemp patch to update config.sub and 
config.guess.</para>
+        </listitem>
       </itemizedlist>
     </listitem>
 

Modified: branches/cross-lfs/BOOK/introduction/mips/whatsnew.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/mips/whatsnew.xml      2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/introduction/mips/whatsnew.xml      2005-10-01 
23:38:03 UTC (rev 6942)
@@ -61,6 +61,9 @@
     <listitem>
       <para>&module-init-tools-mips_update-patch;</para>
     </listitem>
+    <listitem>
+      <para>&mktemp-mips_update-patch;</para>
+    </listitem>
   </itemizedlist>
 
 </sect1>

Modified: branches/cross-lfs/BOOK/introduction/mips64/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/mips64/changelog.xml   2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/introduction/mips64/changelog.xml   2005-10-01 
23:38:03 UTC (rev 6942)
@@ -50,7 +50,10 @@
         <listitem>
           <para>[jim] - Added Linux-libc-headers patch to fix atomic64_t 
variable type.</para>
         </listitem>
-        </itemizedlist>
+        <listitem>
+          <para>[jim] - Added Mktemp patch to update config.sub and 
config.guess.</para>
+        </listitem>
+      </itemizedlist>
     </listitem>
 
     <listitem>

Modified: branches/cross-lfs/BOOK/introduction/mips64/whatsnew.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/mips64/whatsnew.xml    2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/introduction/mips64/whatsnew.xml    2005-10-01 
23:38:03 UTC (rev 6942)
@@ -58,6 +58,9 @@
     <listitem>
       <para>&linux-libc-headers-mips_atomic_fix-patch;</para>
     </listitem>
+    <listitem>
+      <para>&mktemp-mips_update-patch;</para>
+    </listitem>
    </itemizedlist>
 
 </sect1>

Modified: branches/cross-lfs/BOOK/introduction/mips64-64/whatsnew.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/mips64-64/whatsnew.xml 2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/introduction/mips64-64/whatsnew.xml 2005-10-01 
23:38:03 UTC (rev 6942)
@@ -61,6 +61,9 @@
     <listitem>
       <para>&linux-libc-headers-mips_atomic_fix-patch;</para>
     </listitem>
+    <listitem>
+      <para>&mktemp-mips_update-patch;</para>
+    </listitem>
    </itemizedlist>
 
 </sect1>

Modified: branches/cross-lfs/BOOK/materials/mips/patches.xml
===================================================================
--- branches/cross-lfs/BOOK/materials/mips/patches.xml  2005-10-01 22:34:36 UTC 
(rev 6941)
+++ branches/cross-lfs/BOOK/materials/mips/patches.xml  2005-10-01 23:38:03 UTC 
(rev 6942)
@@ -102,6 +102,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Mktemp Config Update Patch - 56 KB:</term>
+      <listitem>
+        <para><ulink
+        url="&patches-root;mktemp/&mktemp-mips_update-patch;"/></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Module-init-tools Config Update Patch - 33 KB:</term>
       <listitem>
         <para><ulink

Modified: branches/cross-lfs/BOOK/materials/mips64/patches.xml
===================================================================
--- branches/cross-lfs/BOOK/materials/mips64/patches.xml        2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/materials/mips64/patches.xml        2005-10-01 
23:38:03 UTC (rev 6942)
@@ -87,6 +87,13 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Mktemp Config Update Patch - 56 KB:</term>
+      <listitem>
+        <para><ulink
+        url="&patches-root;mktemp/&mktemp-mips_update-patch;"/></para>
+      </listitem>
+    </varlistentry>
+    <varlistentry>
       <term>Module-init-tools Config Update Patch - 33 KB:</term>
       <listitem>
         <para><ulink

Modified: branches/cross-lfs/BOOK/materials/mips64-64/patches.xml
===================================================================
--- branches/cross-lfs/BOOK/materials/mips64-64/patches.xml     2005-10-01 
22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/materials/mips64-64/patches.xml     2005-10-01 
23:38:03 UTC (rev 6942)
@@ -79,6 +79,14 @@
     </varlistentry>
 
     <varlistentry>
+      <term>Mktemp Config Update Patch - 56 KB:</term>
+      <listitem>
+        <para><ulink
+        url="&patches-root;mktemp/&mktemp-mips_update-patch;"/></para>
+      </listitem>
+    </varlistentry>
+
+    <varlistentry>
       <term>Module-init-tools Config Update Patch - 33 KB:</term>
       <listitem>
         <para><ulink

Modified: branches/cross-lfs/BOOK/patches.ent
===================================================================
--- branches/cross-lfs/BOOK/patches.ent 2005-10-01 22:34:36 UTC (rev 6941)
+++ branches/cross-lfs/BOOK/patches.ent 2005-10-01 23:38:03 UTC (rev 6942)
@@ -93,6 +93,8 @@
 
 <!ENTITY make-mips_update-patch 
"make-&make-version;-mips_config_update-1.patch">
 
+<!ENTITY mktemp-mips_update-patch 
"mktemp-&mktemp-version;-mips_config_update-1.patch">
+
 <!ENTITY module-init-tools-mips_update-patch 
"module-init-tools-&module-init-tools-version;-mips_config_update-1.patch">
 
 <!ENTITY lfs-bootscripts-raq2-patch "lfs-bootscripts-raq2-8.patch">

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to