Changeset b39a80c


Ignore:
Timestamp:
05/24/2015 04:55:11 PM (9 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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, 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:
ae0673a
Parents:
0ac0fa4
Message:

Command improvements on the the valgrind page as well as some English fixes. Thank you Fernando for the patch.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    r0ac0fa4 rb39a80c  
    122122    </para>
    123123
    124 <screen><userinput>sed -i 's#|3.\*#&amp;|4.\*#' configure &amp;&amp;
    125 sed -i 's/-mt//g' configure &amp;&amp;
     124<screen><userinput>sed -e 's#|3.\*#&amp;|4.\*#' \
     125    -e 's/-mt//g'        \
     126    -i configure         &amp;&amp;
    126127sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
    127128
     
    153154
    154155    <para>
    155       <command>sed -i 's#|3.\*#&amp;|4.\*#' configure</command>:This sed fixes an
    156      issue that prevents Valgrind from compiling on systems with a linux-4.x
    157      based kernel.
    158     </para>
    159 
    160     <para>
    161       <command>sed -i 's/-mt//g' configure</command>: Fixes configure script to
     156      <command>sed -e ... configure</command>: The first expression fixes an
     157      issue that prevents Valgrind from compiling on systems with a linux-4.x
     158      based kernel, and the second expression fixes the configure script to
    162159      find newer versions of Boost.
    163160    </para>
Note: See TracChangeset for help on using the changeset viewer.