[Clfs-commits] commit: r3867 - in /trunk/BOOK/final-system: common/module-init-tools.xml multilib/module-init-tools.xml

svn at cross-lfs.org svn at cross-lfs.org
Mon Jan 14 07:06:20 PST 2008


Author: ken
Date: Mon Jan 14 15:06:19 2008
New Revision: 3867

Log:
Remove the instruction to delete the generated empty man pages, ready for when we have useful pre-generated pages.

Modified:
    trunk/BOOK/final-system/common/module-init-tools.xml
    trunk/BOOK/final-system/multilib/module-init-tools.xml

Modified: trunk/BOOK/final-system/common/module-init-tools.xml
==============================================================================
--- trunk/BOOK/final-system/common/module-init-tools.xml (original)
+++ trunk/BOOK/final-system/common/module-init-tools.xml Mon Jan 14 15:06:19 2008
@@ -26,16 +26,15 @@
     <title>Installation of Module-Init-Tools</title>
 
     <para os="c">Issue the following commands to perform the tests
-    (note that the <command>make clean</command> and <command>rm</command>
-    commands are required to clean up the source tree, otherwise the code
+    (note that the <command>make clean</command>
+    command is required to clean up the source tree, otherwise the code
     built for testing will be installed, and the test version of
     <command>modprobe</command> does not function outside the test
     environment).</para>
 
 <screen os="d"><userinput>./configure &&
 make DOCBOOKTOMAN=true check &&
-make clean &&
-rm *.5 *.8</userinput></screen>
+make clean &&</userinput></screen>
 
     <para os="e">Prepare Module-Init-Tools for compilation:</para>
 

Modified: trunk/BOOK/final-system/multilib/module-init-tools.xml
==============================================================================
--- trunk/BOOK/final-system/multilib/module-init-tools.xml (original)
+++ trunk/BOOK/final-system/multilib/module-init-tools.xml Mon Jan 14 15:06:19 2008
@@ -27,8 +27,7 @@
 
 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure &&
 make check &&
-make clean &&
-rm *.5 *.8</userinput></screen>
+make clean &&</userinput></screen>
 
     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     href="../common/module-init-tools.xml"




More information about the Clfs-commits mailing list