* Install tempfile wrapper for mktemp

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3658 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2004-05-19 18:26:48 +00:00
parent 7d77e8e336
commit ebe75b6d76
3 changed files with 6 additions and 3 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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/">