Changeset 2f7d86f


Ignore:
Timestamp:
12/08/2005 04:01:23 AM (18 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
33d90fe
Parents:
8ea26f5
Message:

Minor changes to EsounD and popt

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/popt.xml

    r8ea26f5 r2f7d86f  
    8282make</userinput></screen>
    8383
    84     <para>To test the results, issue: <command>make check</command>.</para>
     84    <para>To test the results, issue:</para>
     85   
     86<screen><userinput>sed -i "s/^run_diff /#run_diff /" testit.sh &amp;&amp;
     87make check</userinput></screen>
    8588
    8689    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    99102    <para><command>touch configure.in configure.ac</command>:
    100103    Ensure file timestamps are the same.</para>
     104
     105    <para><command>sed -i "s/^run_diff /#run_diff /" testit.sh</command>
     106    disables tests that have missing data.</para>
    101107
    102108  </sect2>
  • introduction/welcome/changelog.xml

    r8ea26f5 r2f7d86f  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Added sed to remove incomplete tests from
     49          test program in popt.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Removed reference to non-existent esound.ps
     53          from EsounD-0.2.36.</para>
     54        </listitem>
     55        <listitem>
    4856          <para>[bdubbs] - Removed --with-history option from libxml2.  Added
    4957          a caution that the make check command can hang forever under
  • multimedia/libdriv/esound.xml

    r8ea26f5 r2f7d86f  
    8888<screen role="root"><userinput>make install &amp;&amp;
    8989install -v -m755 -d /usr/share/doc/esound-&esound-version; &amp;&amp;
    90 install -v -m644 docs/esound.ps /usr/share/doc/esound-&esound-version; &amp;&amp;
    9190cp -v -R docs/html /usr/share/doc/esound-&esound-version;</userinput></screen>
    9291
Note: See TracChangeset for help on using the changeset viewer.