Ignore:
Timestamp:
11/23/2015 06:07:30 PM (8 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
5aa7dce
Parents:
b663ee2
Message:
  • libxml2-2.9.3: place "check.log" inside the source code (Bruces

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxml2.xml

    rb663ee2 rbeee921  
    127127
    128128    <para>
    129       To test the results, issue: <command>make check &gt;
    130       ../check.log</command>. A summary of the results can be obtained with
    131       <command>grep -E '^Total|expected' ../check.log</command>. If
    132       <xref linkend="valgrind"/> is installed and you want to check memory
    133       leaks, replace <command>check</command> with
    134       <command>check-valgrind</command>.
     129      To test the results, issue: <command>make check &gt; check.log</command>.
     130      A summary of the results can be obtained with <command>grep -E
     131      '^Total|expected' check.log</command>. If <xref linkend="valgrind"/> is
     132      installed and you want to check memory leaks, replace
     133      <command>check</command> with <command>check-valgrind</command>.
    135134    </para>
    136135
Note: See TracChangeset for help on using the changeset viewer.