Changeset 6a038a0 for final-system/common
- Timestamp:
- Mar 9, 2006, 11:23:12 AM (19 years ago)
- Children:
- 7cc2095
- Parents:
- 14cc095
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/common/iproute2.xml
r14cc095 r6a038a0 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.