Browse Source

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
Randy McMurchy 17 years ago
parent
commit
e990ec998e
2 changed files with 7 additions and 2 deletions
  1. 6 1
      chapter01/changelog.xml
  2. 1 1
      chapter06/util-linux-ng.xml

+ 6 - 1
chapter01/changelog.xml

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

+ 1 - 1
chapter06/util-linux-ng.xml

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