Author: bdubbs
Date: 2005-12-07 21:01:23 -0700 (Wed, 07 Dec 2005)
New Revision: 5374
Modified:
trunk/BOOK/general/genlib/popt.xml
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/esound.xml
Log:
Minor changes to EsounD and popt
Modified: trunk/BOOK/general/genlib/popt.xml
===================================================================
--- trunk/BOOK/general/genlib/popt.xml 2005-12-07 21:03:31 UTC (rev 5373)
+++ trunk/BOOK/general/genlib/popt.xml 2005-12-08 04:01:23 UTC (rev 5374)
@@ -81,7 +81,10 @@
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 &&
+make check</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
@@ -99,6 +102,9 @@
<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">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-07 21:03:31 UTC
(rev 5373)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-08 04:01:23 UTC
(rev 5374)
@@ -45,6 +45,14 @@
<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
certain conditions with the option.</para>
Modified: trunk/BOOK/multimedia/libdriv/esound.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/esound.xml 2005-12-07 21:03:31 UTC (rev
5373)
+++ trunk/BOOK/multimedia/libdriv/esound.xml 2005-12-08 04:01:23 UTC (rev
5374)
@@ -87,7 +87,6 @@
<screen role="root"><userinput>make install &&
install -v -m755 -d /usr/share/doc/esound-&esound-version; &&
-install -v -m644 docs/esound.ps /usr/share/doc/esound-&esound-version;
&&
cp -v -R docs/html /usr/share/doc/esound-&esound-version;</userinput></screen>
</sect2>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page