aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/automake.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/automake.xml')
-rw-r--r--chapter08/automake.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/chapter08/automake.xml b/chapter08/automake.xml
index 7c4143e91..f89f71ced 100644
--- a/chapter08/automake.xml
+++ b/chapter08/automake.xml
@@ -53,26 +53,12 @@
<screen><userinput remap="make">make</userinput></screen>
-<!--<para>There are a couple of tests that incorrectly link to the
- wrong version of the flex library, so we temporarily work around
- the problem. Also, using the -j4 make option speeds up the tests, even on
- systems with only one processor, due to internal delays in individual
- tests. To test the results, issue:</para>
- -->
-
<para> Using the -j4 make option speeds up the tests, even on systems with
only one processor, due to internal delays in individual tests. To test
the results, issue:</para>
- <!--<screen><userinput remap="test">sed -i "s:./configure:LEXLIB=/usr/lib/libfl.a &amp;:" t/lex-{clean,depend}-cxx.sh
- make -j4 check</userinput></screen>-->
-
<screen><userinput remap="test">make -j4 check</userinput></screen>
-
- <para>One test is known to fail in the LFS environment:
- tags-lisp-space.sh.</para>
-
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>