mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-24 06:09:21 +01:00
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:
parent
59af1dcf3a
commit
e990ec998e
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user