mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
* 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:
parent
7d77e8e336
commit
ebe75b6d76
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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/">
|
||||
|
Loading…
Reference in New Issue
Block a user