aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-16 21:32:19 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-02-16 21:32:19 +0000
commit7b1923d02ae7c261d9981fe92277169cf3e8de83 (patch)
tree5c36651b3cd6fe02509460f0d29170b5f6b78908 /chapter05
parent7bb9fda5ec3bfcf9c174b52a4129ae76aec4c85e (diff)
Update to linux-3.19.
Update to iproute2-3.19.0. Update to perl-5.20.2. Update to libtool-2.4.6. Added a note to glibc about potential problems with parallel build. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10846 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/glibc.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index 3a1dd793c..445c0c6c1 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -169,6 +169,10 @@ esac</userinput></screen>
generally harmless. This <command>msgfmt</command> program is part of the
Gettext package which the host distribution should provide.</para>
+ <note><para>There have been reports that this package may fail when
+ building as a "parallel make". If this occurs, rerun the make command
+ with a "-j1" option.</para></note>
+
<para>Compile the package:</para>
<screen><userinput remap="make">make</userinput></screen>