mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 11:49:20 +01:00
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:
parent
18f4298c3d
commit
1c4fbaad74
@ -94,7 +94,7 @@ ln -sfv libncurses.so.6 /usr/lib/libncurses.so</userinput></screen>
|
|||||||
|
|
||||||
<para>Compile the package:</para>
|
<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,
|
<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
|
so you may want to redirect it to a file. There are a very small percentage
|
||||||
|
Loading…
Reference in New Issue
Block a user