aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/automake.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2018-03-04 01:11:04 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2018-03-04 01:11:04 +0000
commitd4bf7ab99614b18ae776ccd3a2df27c491055b95 (patch)
tree1da8e7d2924803ec9b2eaf9097b76bba2863d24b /chapter06/automake.xml
parent646ead4279e2bdba14f283f81acb16185b494b26 (diff)
Update to dbus-1.12.6.
Update to man-db-2.8.2. Update to gawk-4.2.1. Update to meson-0.44.1. Update to meson-0.44.1. Update to linux-4.15.7. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11382 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/automake.xml')
-rw-r--r--chapter06/automake.xml16
1 files changed, 12 insertions, 4 deletions
diff --git a/chapter06/automake.xml b/chapter06/automake.xml
index edff95cd3..146f5fd76 100644
--- a/chapter06/automake.xml
+++ b/chapter06/automake.xml
@@ -49,18 +49,26 @@
<screen><userinput remap="make">make</userinput></screen>
- <para>There are a couple of tests that incorrectly link to the
+<!--<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>
+ -->
-<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>
+ <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>
+
+<!-- All tests pass now.
<para>Two tests are known to fail in the LFS environment:
check12.sh and check12-w.sh.</para>
-
+-->
<para>Install the package:</para>
<screen><userinput remap="install">make install</userinput></screen>