The new bc does not support parallel make

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2017-04-04 01:43:53 +00:00
parent 18f4298c3d
commit 1c4fbaad74

View File

@ -94,7 +94,7 @@ ln -sfv libncurses.so.6 /usr/lib/libncurses.so</userinput></screen>
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>
<screen><userinput remap="make">make -j1</userinput></screen>
<para>To test bc, run the commands below. There is quite a bit of output,
so you may want to redirect it to a file. There are a very small percentage