From 360e2c43cd050de14a654927da9a7610af9e38ce Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 22 Oct 2003 22:26:46 +0000 Subject: Adding some markup and doing miscellaneous shuffles. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3029 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/lockingglibc.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter05/lockingglibc.xml') diff --git a/chapter05/lockingglibc.xml b/chapter05/lockingglibc.xml index 45ab0d683..db2286b49 100644 --- a/chapter05/lockingglibc.xml +++ b/chapter05/lockingglibc.xml @@ -34,7 +34,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' \ -    $SPECFILE > tempspecfile && +    $SPECFILE > tempspecfile && mv -f tempspecfile $SPECFILE && unset SPECFILE @@ -63,7 +63,7 @@ following commands to eliminate this possibility: functions (compiling and linking) of the new toolchain are working as expected. For this we are going to perform a simple sanity check: -echo 'main(){}' > dummy.c +echo 'main(){}' > dummy.c gcc dummy.c readelf -l a.out | grep ': /tools' -- cgit v1.2.3-54-g00ecf