aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2017-04-10 16:09:43 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2017-04-10 16:09:43 +0000
commite97fa92459e8357f78b498e9456d580f03b4cb0d (patch)
tree3a065b08b7f4844babf32de801ba5f2e63e4d723 /chapter06
parentaac5eb8e4d0f7562b78c1d69a3470d90c2e6aa46 (diff)
Update to linnux-4.10.9.
Update to bc-1.07.1. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/bc.xml7
1 files changed, 1 insertions, 6 deletions
diff --git a/chapter06/bc.xml b/chapter06/bc.xml
index f1791b5b9..2b168fbc0 100644
--- a/chapter06/bc.xml
+++ b/chapter06/bc.xml
@@ -56,11 +56,6 @@ sed -e '$ s/$/0}/' \
-i libmath.h
EOF</userinput></screen>
- <para>Now fix an error in the code:</para>
-
-<screen><userinput remap="pre">sed -i "/return (' ')/s/' '/':'/" bc/execute.c</userinput></screen>
-
-
<para>Create temporary symbolic links so the package can find
the readline library and confirm that its required libncurses
library is available. Even though the libraries are in /tools/lib
@@ -99,7 +94,7 @@ ln -sfv libncurses.so.6 /usr/lib/libncurses.so</userinput></screen>
<para>Compile the package:</para>
-<screen><userinput remap="make">make -j1</userinput></screen>
+<screen><userinput remap="make">make</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