aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/pkgmgt.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-03 16:37:17 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-08-03 16:37:17 +0000
commit8a8177f9b93774426694ffd5b72e4f8aef4f316d (patch)
tree8d38d770a4491d52b6337cabaf64bf60ffa31202 /chapter06/pkgmgt.xml
parent0bf4dfe63c985c180eaa7feadf6a4703f2dc9fd4 (diff)
Intermediate commit to test a change to gcc.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10672 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/pkgmgt.xml')
-rw-r--r--chapter06/pkgmgt.xml12
1 files changed, 4 insertions, 8 deletions
diff --git a/chapter06/pkgmgt.xml b/chapter06/pkgmgt.xml
index 67ffd1cd7..b4734aba0 100644
--- a/chapter06/pkgmgt.xml
+++ b/chapter06/pkgmgt.xml
@@ -51,14 +51,10 @@
<itemizedlist>
<listitem>
- <para>If one of the toolchain packages (Glibc, GCC or Binutils) needs
- to be upgraded to a newer minor version, it is safer to rebuild LFS.
- Though you <emphasis>may</emphasis> be able to get by rebuilding all
- the packages in their dependency order, we do not recommend it. For
- example, if glibc-2.2.x needs to be updated to glibc-2.3.x, it is safer
- to rebuild. For micro version updates, a simple reinstallation usually
- works, but is not guaranteed. For example, upgrading from glibc-2.3.4
- to glibc-2.3.5 will not usually cause any problems.</para>
+ <para>If Glibc needs to be upgraded to a newer version, (e.g. from
+ glibc-2.19 to glibc-2.20, it is safer to rebuild LFS. Though you
+ <emphasis>may</emphasis> be able to rebuild all the packages in their
+ dependency order, we do not recommend it. </para>
</listitem>
<listitem>