Changeset 0ac0fa4


Ignore:
Timestamp:
05/24/2015 03:53:53 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:
b39a80c
Parents:
c1725e6
Message:

Fixed a validation error - Thanks goes to Fernando for helping me fix it.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/valgrind.xml

    rc1725e6 r0ac0fa4  
    122122    </para>
    123123
    124 <screen><userinput>sed -i 's#|3.\*#&|4.\*#' configure &amp;&amp;
     124<screen><userinput>sed -i 's#|3.\*#&amp;|4.\*#' configure &amp;&amp;
    125125sed -i 's/-mt//g' configure &amp;&amp;
    126126sed -i 's|/doc/valgrind||' docs/Makefile.in &amp;&amp;
     
    153153
    154154    <para>
    155       <command>sed -i 's#|3.\*#&|4.\*#' configure</command>:This sed fixes an
     155      <command>sed -i 's#|3.\*#&amp;|4.\*#' configure</command>:This sed fixes an
    156156     issue that prevents Valgrind from compiling on systems with a linux-4.x
    157157     based kernel.
Note: See TracChangeset for help on using the changeset viewer.