diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-20 14:58:14 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-20 14:58:14 +0000 |
commit | 3efd483db8fca37ecaef6a6497cd74c06aad489f (patch) | |
tree | 86a9e2bca39931c1053c945e333d16664377b66f /chapter05 | |
parent | a173f899cee7308c724a5939c7c50d9d87946c3b (diff) |
Merge r8682, r8683 and r8684 to jh branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8685 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/adjusting.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/adjusting.xml b/chapter05/adjusting.xml index 48028e103..bf3d299b9 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -64,10 +64,10 @@ ln -sv /tools/bin/ld /tools/$(gcc -dumpmachine)/bin/ld</userinput></screen> their length):</para> <!-- && used to ease copy and pasting --> -<screen><userinput>GCC_INCLUDEDIR=`dirname $(gcc -print-libgcc-file-name)`/include && -find ${GCC_INCLUDEDIR}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; && -rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_INCLUDEDIR}/*` && -unset GCC_INCLUDEDIR</userinput></screen> +<screen><userinput>GCC_FIXED=`dirname $(gcc -print-libgcc-file-name)`/include-fixed && +find ${GCC_FIXED}/* -maxdepth 0 -xtype d -exec rm -rvf '{}' \; && +rm -vf `grep -l "DO NOT EDIT THIS FILE" ${GCC_FIXED}/*` && +unset GCC_FIXED</userinput></screen> <caution> <para>At this point, it is imperative to stop and ensure that the basic |