Ignore:
Timestamp:
09/17/2014 06:48:47 PM (10 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7a2aeb5
Parents:
7dd7061
Message:

Yest more tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14310 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/filesystems/xfsprogs.xml

    r7dd7061 r8c64b06  
    3434    and debugging tools for the XFS file system.</para>
    3535
    36     &lfs75_checked;
     36    &lfs76_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8484    commands:</para>
    8585
    86 <screen><userinput>make DEBUG=-DNDEBUG INSTALL_USER=root INSTALL_GROUP=root \
     86<screen><userinput>make DEBUG=-DNDEBUG     \
     87     INSTALL_USER=root  \
     88     INSTALL_GROUP=root \
    8789     LOCAL_CONFIGURE_OPTIONS="--enable-readline"</userinput></screen>
    8890
     
    9193    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    9294
    93 <screen role="root"><userinput>make install install-dev &amp;&amp;
     95<screen role="root"><userinput>make install     &amp;&amp;
     96make install-dev &amp;&amp;
    9497rm -rfv /lib/libhandle.{a,la,so} &amp;&amp;
    9598ln -sfv ../../lib/libhandle.so.1 /usr/lib/libhandle.so &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.