Changeset c4534a5 for BOOK/final-system/common
- Timestamp:
- Jul 6, 2008, 6:34:14 PM (16 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- cade792
- Parents:
- a641baa
- Location:
- BOOK/final-system/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/module-init-tools.xml
ra641baa rc4534a5 33 33 <screen os="a2"><userinput>patch -Np1 -i ../&module-init-tools-manpages-patch;</userinput></screen> 34 34 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> 41 44 42 45 <screen os="d"><userinput>./configure && 43 46 make check && 44 make clean &&</userinput></screen>47 make clean</userinput></screen> 45 48 46 49 <para os="e">Prepare Module-Init-Tools for compilation:</para> -
BOOK/final-system/common/zlib.xml
ra641baa rc4534a5 46 46 <screen os="g"><userinput>make install</userinput></screen> 47 47 48 <para os="h">The previous command installed a<filename49 class="extension">.so</filename> file in<filename48 <para os="h">The previous command installed two <filename 49 class="extension">.so</filename> files into <filename 50 50 class="directory">/usr/lib</filename>. We will move it into 51 51 <filename class="directory">/lib</filename> and then relink it
Note:
See TracChangeset
for help on using the changeset viewer.