Changeset 62f6590
- Timestamp:
- May 9, 2014, 9:10:44 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- ce067a0
- Parents:
- 6ead20f
- Location:
- BOOK/final-system
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/common/iproute2.xml
r6ead20f r62f6590 40 40 <para os="a">Compile the package:</para> 41 41 42 <screen os="b"><userinput>make DESTDIR= MANDIR=/usr/share/man</userinput></screen> 43 44 <variablelist os="c"> 45 <title>The meaning of the make option:</title> 46 47 <varlistentry> 48 <term><parameter>DESTDIR=</parameter></term> 49 <listitem> 50 <para>This option overrides the default DESTDIR of /usr, so that 51 that the IPRoute2 binaries will be installed into 52 <filename class="directory">/sbin</filename>. This is the correct 53 location according to the FHS, as some of these programs may be 54 needed before <filename class="directory">/usr</filename> is available.</para> 55 </listitem> 56 </varlistentry> 57 </variablelist> 58 59 <para os="d">This package does not come with a test suite.</para> 60 61 <para os="e">Install the package:</para> 62 63 <screen os="f"><userinput>make DESTDIR= DOCDIR=/usr/share/doc/iproute2-&iproute2-version; \ 64 MANDIR=/usr/share/man install</userinput></screen> 42 <screen os="b"><userinput>make</userinput></screen> 43 44 <para os="c">This package does not come with a test suite.</para> 45 46 <para os="d">Install the package:</para> 47 48 <screen os="e"><userinput>make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen> 65 49 66 50 </sect2> -
BOOK/final-system/multilib/iproute2.xml
r6ead20f r62f6590 38 38 xpointer="xpointer(//*[@os='a'])"/> 39 39 40 <screen os="b"><userinput>make CC="gcc ${BUILD64}" DESTDIR= \ 41 LIBDIR=/usr/lib64 MANDIR=/usr/share/man</userinput></screen> 40 <screen os="b"><userinput>make CC="gcc ${BUILD64}" LIBDIR=/usr/lib64</userinput></screen> 42 41 43 42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 49 48 xpointer="xpointer(//*[@os='d'])"/> 50 49 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 52 href="../common/iproute2.xml" 53 xpointer="xpointer(//*[@os='e'])"/> 54 55 <screen os="f"><userinput>make DESTDIR= LIBDIR=/usr/lib64 \ 56 DOCDIR=/usr/share/doc/iproute2-&iproute2-version; \ 57 MANDIR=/usr/share/man install</userinput></screen> 50 <screen os="e"><userinput>make LIBDIR=/usr/lib64 \ 51 DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen> 58 52 59 53 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.