diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-22 12:06:22 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-22 12:06:22 +0000 |
commit | 3d36131cff6076a5eceba18ebbfaffab15d5edf6 (patch) | |
tree | 4c9914cb520e0fac7c37df9696432b11495b14ad /chapter05/adjusting.xml | |
parent | 3f0c882398e626cd92503b1bd964a32e89f818dc (diff) |
Fixed some look issues in unstable.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4449 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/adjusting.xml')
-rw-r--r-- | chapter05/adjusting.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index c3d584ab2..ee4db51d6 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -20,6 +20,8 @@ sed 's@ /lib/ld-linux.so.2@ /tools/lib/ld-linux.so.2@g' \ mv -f tempspecfile $SPECFILE && unset SPECFILE</userinput></screen> +<para>Make clean-up:</para> + <screen><userinput>rm -f /tools/lib/gcc/*/*/include/{pthread.h,bits/sigthread.h}</userinput></screen> <para>Test the tools:</para> @@ -32,6 +34,8 @@ readelf -l a.out | grep ': /tools'</userinput></screen> <screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen> +<para>Remove the test files:</para> + <screen><userinput>rm dummy.c a.out</userinput></screen> |