mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 15:12:11 +08:00
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:
parent
8ea26f5b25
commit
2f7d86fa84
@ -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 &&
|
||||
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">
|
||||
|
@ -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
|
||||
|
@ -87,7 +87,6 @@ make</userinput></screen>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user