Changeset 8cd6d31 for BOOK/final-system/common
- Timestamp:
- Mar 9, 2006, 11:23:12 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 85d525e
- Parents:
- 5a321cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
r5a321cb r8cd6d31 45 45 <screen os="s2"><userinput>sed -i '/^TARGETS/s@arpd@@g' misc/Makefile</userinput></screen> 46 46 47 <para os="a">Prepare IPRoute2 for compilation:</para> 48 49 <screen os="b"><userinput>sh configure </userinput></screen> 50 51 <para os="c">Compile the package:</para> 52 53 <screen os="d"><userinput>make SBINDIR=/sbin</userinput></screen> 54 55 <variablelist os="e"> 47 <para os="a">Compile the package:</para> 48 49 <screen os="b"><userinput>make SBINDIR=/sbin</userinput></screen> 50 51 <variablelist os="c"> 56 52 <title>The meaning of the make option:</title> 57 53 … … 67 63 </variablelist> 68 64 69 <para os=" f">This package does not come with a test suite.</para>70 71 <para os=" g">Install the package:</para>72 73 <screen os=" h"><userinput>make SBINDIR=/sbin install</userinput></screen>65 <para os="d">This package does not come with a test suite.</para> 66 67 <para os="e">Install the package:</para> 68 69 <screen os="f"><userinput>make SBINDIR=/sbin install</userinput></screen> 74 70 75 71 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.