Procházet zdrojové kódy

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 před 17 roky
rodič
revize
e990ec998e
2 změnil soubory, kde provedl 7 přidání a 2 odebrání
  1. 6 1
      chapter01/changelog.xml
  2. 1 1
      chapter06/util-linux-ng.xml

+ 6 - 1
chapter01/changelog.xml

@@ -40,10 +40,15 @@
     <listitem>
     <listitem>
       <para>2008-10-10</para>
       <para>2008-10-10</para>
       <itemizedlist>
       <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>
         <listitem>
           <para>[randy] - Updated the Perl instructions. Thanks to Greg Shafer
           <para>[randy] - Updated the Perl instructions. Thanks to Greg Shafer
           for pointing out the issues. This change also required that the Zlib
           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>
         <listitem>
         <listitem>
           <para>[randy] - Updated Vim to 7.2.</para>
           <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>
     <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>
     <para>This package does not come with a test suite.</para>