Removed an unnecessary parameter from the Util-linux-ng Chapter 6 make command, thanks to Greg Shafer for pointing it out

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Randy McMurchy 2008-10-10 18:17:40 +00:00
parent 59af1dcf3a
commit e990ec998e
2 changed files with 7 additions and 2 deletions

View File

@ -40,10 +40,15 @@
<listitem>
<para>2008-10-10</para>
<itemizedlist>
<listitem>
<para>[randy] - Removed an unnecessary parameter from the
Util-linux-ng Chapter 6 make command. Thanks to Greg Shafer for
pointing it out.</para>
</listitem>
<listitem>
<para>[randy] - Updated the Perl instructions. Thanks to Greg Shafer
for pointing out the issues. This change also required that the Zlib
package is built right before the Perl package in Chapter 06.</para>
package is built right before the Perl package in Chapter 6.</para>
</listitem>
<listitem>
<para>[randy] - Updated Vim to 7.2.</para>

View File

@ -62,7 +62,7 @@ mkdir -pv /var/lib/hwclock</userinput></screen>
<para>Compile the package:</para>
<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid"</userinput></screen>
<screen><userinput remap="make">make</userinput></screen>
<para>This package does not come with a test suite.</para>