aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/fileutils-exp.xml
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2001-08-14 17:29:07 +0000
committerMark Hymers <markh@linuxfromscratch.org>2001-08-14 17:29:07 +0000
commit8d5735b35e715acd1ff0b6cd13c96e2aee9dfafc (patch)
treed71e0a57932b67bf2a687821f5db762ad01042fc /chapter05/fileutils-exp.xml
parentb4ec51c1aa334ca8ae7ebb30a4858473b7800544 (diff)
sed exps fixed
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@968 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/fileutils-exp.xml')
-rw-r--r--chapter05/fileutils-exp.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/fileutils-exp.xml b/chapter05/fileutils-exp.xml
index 669ff58ba..edb99ae09 100644
--- a/chapter05/fileutils-exp.xml
+++ b/chapter05/fileutils-exp.xml
@@ -5,7 +5,7 @@
<userinput> lib/Makefile.in &gt; tmp &amp;&amp;</userinput>
<userinput>sed 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \</userinput>
<userinput> tmp &gt; lib/Makefile.in : </userinput></screen> This is used
-to fix a problem with building fileutils statically on AMD systems. If
+to fix a problem with building fileutils statically on glibc 2.2.3 systems. If
this isn't done, then there is the possibility of all of the fileutils
programs causing segmentation faults once chroot is entered in chapter
6.</para>