Changeset 3956

Show
Ignore:
Timestamp:
07/07/08 01:34:14 (5 months ago)
Author:
jciccone
Message:

Fix some nit picks

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/final-system/common/module-init-tools.xml

    r3873 r3956  
    3333<screen os="a2"><userinput>patch -Np1 -i ../&module-init-tools-manpages-patch;</userinput></screen> 
    3434 
    35     <para os="c">Issue the following commands to perform the tests 
    36     (note that the <command>make clean</command> 
    37     command is required to clean up the source tree, otherwise the code 
    38     built for testing will be installed, and the test version of 
    39     <command>modprobe</command> does not function outside the test 
    40     environment).</para> 
     35    <para os="c">Issue the following commands to perform the tests</para> 
     36 
     37    <note os="cc"> 
     38      <para>note that the <command>make clean</command> 
     39      command is required to clean up the source tree, otherwise the code 
     40      built for testing will be installed, and the test version of 
     41      <command>modprobe</command> does not function outside the test 
     42      environment.</para> 
     43    </note> 
    4144 
    4245<screen os="d"><userinput>./configure &amp;&amp; 
    4346make check &amp;&amp; 
    44 make clean &amp;&amp;</userinput></screen> 
     47make clean</userinput></screen> 
    4548 
    4649    <para os="e">Prepare Module-Init-Tools for compilation:</para> 
  • trunk/BOOK/final-system/common/zlib.xml

    r3463 r3956  
    4646<screen os="g"><userinput>make install</userinput></screen> 
    4747 
    48     <para os="h">The previous command installed a <filename 
    49     class="extension">.so</filename> file in <filename 
     48    <para os="h">The previous command installed two <filename 
     49    class="extension">.so</filename> files into <filename 
    5050    class="directory">/usr/lib</filename>. We will move it into 
    5151    <filename class="directory">/lib</filename> and then relink it 
  • trunk/BOOK/final-system/multilib/module-init-tools.xml

    r3873 r3956  
    3434    xpointer="xpointer(//*[@os='c'])"/> 
    3535 
     36    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
     37    href="../common/module-init-tools.xml" 
     38    xpointer="xpointer(//*[@os='cc'])"/> 
     39 
    3640<screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure &amp;&amp; 
    3741make check &amp;&amp; 
    38 make clean &amp;&amp;</userinput></screen> 
     42make clean</userinput></screen> 
    3943 
    4044    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 
  • trunk/BOOK/final-system/multilib/perl-64bit.xml

    r3928 r3956  
    136136    build the 32bit perl. The multiarch_wrapper will help later with building 
    137137    perl extensions and bindings. Without the multiarch_wrapper it is very hard 
    138     to setup a 32bit extenstion or binding.</para> 
     138    to setup a 32bit extension or binding.</para> 
    139139 
    140140  </sect2> 
  • trunk/BOOK/final-system/multilib/perl.xml

    r3928 r3956  
    9595 
    9696    <para os="l">Add a suffix to the <command>perl</command> binary which will 
    97     be used by the multilib wrapper installed later:</para> 
     97    be used by the multilib wrapper:</para> 
    9898 
    9999<screen os="m"><userinput>mv /usr/bin/perl{,-32} 
  • trunk/BOOK/final-system/multilib/zlib-64bit.xml

    r3463 r3956  
    5757    xpointer="xpointer(//*[@os='g'])"/> 
    5858 
    59     <para os="h">The previous command installed a <filename 
    60     class="extension">.so</filename> file in <filename 
     59    <para os="h">The previous command installed two <filename 
     60    class="extension">.so</filename> files into <filename 
    6161    class="directory">/usr/lib64</filename>. We will move it into 
    6262    <filename class="directory">/lib64</filename> and then relink it 
  • trunk/BOOK/final-system/multilib/zlib-n32.xml

    r3463 r3956  
    5858    xpointer="xpointer(//*[@os='g'])"/> 
    5959 
    60     <para os="h">The previous command installed a <filename 
    61     class="extension">.so</filename> file in <filename 
     60    <para os="h">The previous command installed two <filename 
     61    class="extension">.so</filename> files into <filename 
    6262    class="directory">/usr/lib32</filename>. We will remove itinto 
    6363    <filename class="directory">/lib32</filename> and then relink it