Author: fernando
Date: Fri Jan 24 13:24:44 2014
New Revision: 12627

Log:
Add package: sof_4.87 - part 3. Thanks, Armin K.

Modified:
   trunk/BOOK/general/genutils/lsof.xml

Modified: trunk/BOOK/general/genutils/lsof.xml
==============================================================================
--- trunk/BOOK/general/genutils/lsof.xml        Fri Jan 24 12:46:49 2014        
(r12626)
+++ trunk/BOOK/general/genutils/lsof.xml        Fri Jan 24 13:24:44 2014        
(r12627)
@@ -78,7 +78,7 @@
 
 <screen><userinput>tar xf lsof_&lsof-version;.tar       &amp;&amp;
 cd lsof_&lsof-version;               &amp;&amp;
-yes n |./Configure linux   &amp;&amp;
+./Configure -n linux       &amp;&amp;
 make CFGL="-L./lib -ltirpc"</userinput></screen>
 
     <para>This package does not come with a working test suite.</para>
@@ -94,13 +94,13 @@
     <title>Command Explanations</title>
 
     <para>
-      <command>yes n |./Configure ...</command>: Automatically answer two
-      questions asked by the Configure script. 
+      <command>./Configure -n linux</command>: Avoid AFS, customization, and
+      inventory checks, and use target-dialect Linux. 
     </para>
 
     <para>
-      <command>make CFGL="-L./lib -ltirpc"</command>: Instruct make the 
libtirpc
-      libraries locations.
+      <command>make CFGL="-L./lib -ltirpc"</command>: Instruct the libtirpc
+      libraries location to <command>make</command> command.
     </para>
 
   </sect2>
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to