From 65e5785c1e4735252bc4a4be7928b4b1aa084819 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Wed, 29 Oct 2003 02:17:47 +0000 Subject: [PATCH] Strengthened the seds in "Locking in Glibc" and "Re-adjusting the toolchain" sections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3046 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter05/lockingglibc.xml | 2 +- chapter06/adjustingtoolchain.xml | 2 +- index.xml | 4 ++-- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2b12e4ed7..6840c083d 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -96,6 +96,9 @@ +October 28th, 2003 [greg]: Strengthened the seds in "Locking +in Glibc" and "Re-adjusting the toolchain" sections. + October 26th, 2003 [greg]: Chapter 6 - Glibc: Added command to create /etc/ld.so.conf to match Chapter 5 Glibc. Closes bug 700. diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index db2286b49..eb2f1c7d1 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -33,7 +33,7 @@ to the new dynamic linker. A simple sed will accomplish this: SPECFILE=/tools/lib/gcc-lib/*/*/specs && -sed -e 's@/lib/ld-linux.so.2@/tools/lib/ld-linux.so.2@g' \ +sed -e 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \     $SPECFILE > tempspecfile && mv -f tempspecfile $SPECFILE && unset SPECFILE diff --git a/chapter06/adjustingtoolchain.xml b/chapter06/adjustingtoolchain.xml index 15630f878..4c587ae68 100644 --- a/chapter06/adjustingtoolchain.xml +++ b/chapter06/adjustingtoolchain.xml @@ -43,7 +43,7 @@ this: SPECFILE=/tools/lib/gcc-lib/*/*/specs && -sed -e 's@/tools/lib/ld-linux.so.2@/lib/ld-linux.so.2@g' \ +sed -e 's@ /tools/lib/ld-linux.so.2@ /lib/ld-linux.so.2@g' \     $SPECFILE > newspecfile && mv -f newspecfile $SPECFILE && unset SPECFILE diff --git a/index.xml b/index.xml index dfe8506bf..86c3fbe18 100644 --- a/index.xml +++ b/index.xml @@ -3,8 +3,8 @@ "/usr/share/docbook/docbookx.dtd" [ - - + +