Changeset c2a7c62f


Ignore:
Timestamp:
Jan 14, 2008, 7:06:19 AM (16 years ago)
Author:
Ken Moffat <zarniwhoop@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
38fecf59
Parents:
fc0a16b
Message:

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

Location:
BOOK/final-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/module-init-tools.xml

    rfc0a16b rc2a7c62f  
    2727
    2828    <para os="c">Issue the following commands to perform the tests
    29     (note that the <command>make clean</command> and <command>rm</command>
    30     commands are required to clean up the source tree, otherwise the code
     29    (note that the <command>make clean</command>
     30    command is required to clean up the source tree, otherwise the code
    3131    built for testing will be installed, and the test version of
    3232    <command>modprobe</command> does not function outside the test
     
    3535<screen os="d"><userinput>./configure &amp;&amp;
    3636make DOCBOOKTOMAN=true check &amp;&amp;
    37 make clean &amp;&amp;
    38 rm *.5 *.8</userinput></screen>
     37make clean &amp;&amp;</userinput></screen>
    3938
    4039    <para os="e">Prepare Module-Init-Tools for compilation:</para>
  • BOOK/final-system/multilib/module-init-tools.xml

    rfc0a16b rc2a7c62f  
    2828<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure &amp;&amp;
    2929make check &amp;&amp;
    30 make clean &amp;&amp;
    31 rm *.5 *.8</userinput></screen>
     30make clean &amp;&amp;</userinput></screen>
    3231
    3332    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.