Changeset cf5da6bb


Ignore:
Timestamp:
06/30/2014 08:50:00 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
e07a751
Parents:
62b7a34
Message:

Don't need DESTDIR or MANDIR for IPRoute2

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10617 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r62b7a34 rcf5da6bb  
    4343          instead of creating a symlink there. Fixes
    4444          <ulink url="&lfs-ticket-root;3617">#3617</ulink>.</para>
     45        </listitem>
     46        <listitem>
     47          <para>[Chris] - Removed DESTDIR and MANDIR from IPRoute2
     48          page - they are no longer needed.</para>
    4549        </listitem>
    4650      </itemizedlist>
  • chapter06/iproute2.xml

    r62b7a34 rcf5da6bb  
    6161    <para>Compile the package:</para>
    6262
    63 <screen><userinput remap="make">make DESTDIR=</userinput></screen>
    64 
    65     <variablelist>
    66       <title>The meaning of the make option:</title>
    67 
    68       <varlistentry>
    69         <term><parameter>DESTDIR=</parameter></term>
    70         <listitem>
    71           <para>This ensures that the IPRoute2 binaries will install into
    72           the correct directory. By default, <parameter>DESTDIR</parameter> is
    73           set to <filename class="directory">/usr</filename>.</para>
    74         </listitem>
    75       </varlistentry>
    76 
    77     </variablelist>
     63<screen><userinput remap="make">make</userinput></screen>
    7864
    7965    <para>This package comes with a test suite, but due to assumptions it makes,
     
    8874    <para>Install the package:</para>
    8975
    90 <screen><userinput remap="install">make DESTDIR=              \
    91      MANDIR=/usr/share/man \
    92      DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
     76<screen><userinput remap="install">make DOCDIR=/usr/share/doc/iproute2-&iproute2-version; install</userinput></screen>
    9377
    9478  </sect2>
Note: See TracChangeset for help on using the changeset viewer.