Minor changes to EsounD and popt

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5374 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2005-12-08 04:01:23 +00:00
parent 8ea26f5b25
commit 2f7d86fa84
3 changed files with 15 additions and 2 deletions

View File

@ -81,7 +81,10 @@ cp configure.in configure.ac &&
touch configure.in configure.ac &&
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>.</para>
<para>To test the results, issue:</para>
<screen><userinput>sed -i "s/^run_diff /#run_diff /" testit.sh &amp;&amp;
make check</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -99,6 +102,9 @@ make</userinput></screen>
<para><command>touch configure.in configure.ac</command>:
Ensure file timestamps are the same.</para>
<para><command>sed -i "s/^run_diff /#run_diff /" testit.sh</command>
disables tests that have missing data.</para>
</sect2>
<sect2 role="content">

View File

@ -44,6 +44,14 @@
<listitem>
<para>December 7th, 2005</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Added sed to remove incomplete tests from
test program in popt.</para>
</listitem>
<listitem>
<para>[bdubbs] - Removed reference to non-existent esound.ps
from EsounD-0.2.36.</para>
</listitem>
<listitem>
<para>[bdubbs] - Removed --with-history option from libxml2. Added
a caution that the make check command can hang forever under

View File

@ -87,7 +87,6 @@ make</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
install -v -m755 -d /usr/share/doc/esound-&esound-version; &amp;&amp;
install -v -m644 docs/esound.ps /usr/share/doc/esound-&esound-version; &amp;&amp;
cp -v -R docs/html /usr/share/doc/esound-&esound-version;</userinput></screen>
</sect2>