Sfoglia il codice sorgente

* Install tempfile wrapper for mktemp

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 21 anni fa
parent
commit
ebe75b6d76
3 ha cambiato i file con 6 aggiunte e 3 eliminazioni
  1. 2 0
      chapter01/changelog.xml
  2. 2 1
      chapter06/mktemp.xml
  3. 2 2
      general.ent

+ 2 - 0
chapter01/changelog.xml

@@ -97,6 +97,8 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>May 19th, 2004 [matt]: Chapter 6 - mktemp.  Install tempfile
+wrapper.</para></listitem>
 <listitem><para>May 18th, 2004 [winkie]: Upgraded to LFS-Bootscripts 2.1.1.
 </para></listitem>
 

+ 2 - 1
chapter06/mktemp.xml

@@ -53,7 +53,8 @@ functions from the system C library.</para></listitem>
 
 <para>Now install it:</para>
 
-<screen><userinput>make install</userinput></screen>
+<screen><userinput>make install</userinput>
+<userinput>make install-tempfile</userinput></screen>
 
 </sect2>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "CVS-20040518">
-<!ENTITY releasedate "May 18, 2004">
+<!ENTITY version "CVS-20040519">
+<!ENTITY releasedate "May 19, 2004">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">