diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-04-04 01:43:53 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-04-04 01:43:53 +0000 |
commit | 1c4fbaad740928bc10e8368ca1a1b5d6b854830e (patch) | |
tree | 41555feecdaec460596242ef10f3e5d12cf0fa65 /chapter06 | |
parent | 18f4298c3dbaeff272b70a3f2eafbd563ff51c09 (diff) |
The new bc does not support parallel make
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11219 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml index 2b168fbc0..4a20ad090 100644 --- a/chapter06/bc.xml +++ b/chapter06/bc.xml @@ -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 |