diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-01-20 01:25:41 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-01-20 01:25:41 +0000 |
commit | 9324285d9d1e7eee2506bd415da1e108280e0a00 (patch) | |
tree | a336224587583e28b2145f12e3a2122a4ac91a4c /chapter06 | |
parent | 0ebc87489eeab6a3ff481446c66615a12ff7c147 (diff) |
Update to make-4.3.
Update to vim-8.2.0129.
Update to gmp-6.2.0.
Update to sed-4.8.
Update to bc-2.5.1.
Update to linux-5.4.13.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11731 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/make.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/make.xml b/chapter06/make.xml index e2792976b..585f8eea3 100644 --- a/chapter06/make.xml +++ b/chapter06/make.xml @@ -39,10 +39,11 @@ <sect2 role="installation"> <title>Installation of Make</title> - +<!-- <para>Again, work around an error caused by glibc-2.27 and later:</para> <screen><userinput remap="pre">sed -i '211,217 d; 219,229 d; 232 d' glob/glob.c</userinput></screen> +--> <para>Prepare Make for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |