- 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
- Location:
- BOOK
- Files:
-
- 4 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> -
BOOK/final-system/multilib/iproute2.xml
r5a321cb r8cd6d31 34 34 xpointer="xpointer(//*[@os='a'])"/> 35 35 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 37 href="../common/iproute2.xml" 38 xpointer="xpointer(//*[@os='b'])"/> 36 <screen os="b"><userinput>make CC="gcc ${BUILD64}" SBINDIR=/sbin</userinput></screen> 39 37 40 38 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 42 40 xpointer="xpointer(//*[@os='c'])"/> 43 41 44 <screen os="d"><userinput>make CC="gcc ${BUILD64}" SBINDIR=/sbin</userinput></screen> 42 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 43 href="../common/iproute2.xml" 44 xpointer="xpointer(//*[@os='d'])"/> 45 45 46 46 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 52 52 xpointer="xpointer(//*[@os='f'])"/> 53 53 54 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"55 href="../common/iproute2.xml"56 xpointer="xpointer(//*[@os='g'])"/>57 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"59 href="../common/iproute2.xml"60 xpointer="xpointer(//*[@os='h'])"/>61 62 54 </sect2> 63 55 -
BOOK/general.ent
r5a321cb r8cd6d31 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "CLFS-SVN-2006030 6">3 <!ENTITY version "CLFS-SVN-20060309"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "March 6, 2006">18 <!ENTITY releasedate "March 9, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/common/changelog.xml
r5a321cb r8cd6d31 38 38 39 39 <listitem> 40 <para>March 9, 2006</para> 41 <itemizedlist> 42 <listitem> 43 <para>[Chris] - Simplified IPRoute2 instruction by removing 44 redundant "configure" command.</para> 45 </listitem> 46 </itemizedlist> 47 </listitem> 48 49 <listitem> 40 50 <para>March 2, 2006</para> 41 51 <itemizedlist>
Note:
See TracChangeset
for help on using the changeset viewer.