diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-07-21 16:37:51 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-07-21 16:37:51 +0000 |
commit | 52539e13beea12540293bb2fa6a3bc997e7156dc (patch) | |
tree | 29bcd4a0e2b272a564f6cfcf943c7ce78b847268 /chapter08/bison.xml | |
parent | c516e34fb32a40a28762666fa769d278ec4c901f (diff) |
Update to Python3-3.8.5.
Update to libcap-2.40.
Update to linux-5.7.9.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12000 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/bison.xml')
-rw-r--r-- | chapter08/bison.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/bison.xml b/chapter08/bison.xml index 1727660d8..88bd90099 100644 --- a/chapter08/bison.xml +++ b/chapter08/bison.xml @@ -48,10 +48,9 @@ <screen><userinput remap="make">make</userinput></screen> - <para>The tests are known to fail using multiple processors. - To test the results (about 5.5 SBU), issue:</para> + <para>To test the results (about 5.5 SBU), issue:</para> -<screen><userinput remap="test">make -j1 check</userinput></screen> +<screen><userinput remap="test">make check</userinput></screen> <para>Install the package:</para> |