Changeset c2a7c62f for BOOK/final-system
- Timestamp:
- Jan 14, 2008, 3:06:19 PM (17 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 38fecf59
- Parents:
- fc0a16b
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/module-init-tools.xml
rfc0a16b rc2a7c62f 27 27 28 28 <para os="c">Issue the following commands to perform the tests 29 (note that the <command>make clean</command> and <command>rm</command>30 command s arerequired to clean up the source tree, otherwise the code29 (note that the <command>make clean</command> 30 command is required to clean up the source tree, otherwise the code 31 31 built for testing will be installed, and the test version of 32 32 <command>modprobe</command> does not function outside the test … … 35 35 <screen os="d"><userinput>./configure && 36 36 make DOCBOOKTOMAN=true check && 37 make clean && 38 rm *.5 *.8</userinput></screen> 37 make clean &&</userinput></screen> 39 38 40 39 <para os="e">Prepare Module-Init-Tools for compilation:</para> -
BOOK/final-system/multilib/module-init-tools.xml
rfc0a16b rc2a7c62f 28 28 <screen os="d"><userinput>CC="gcc ${BUILD64}" ./configure && 29 29 make check && 30 make clean && 31 rm *.5 *.8</userinput></screen> 30 make clean &&</userinput></screen> 32 31 33 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.