diff options
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 60c4781c3..fb3f51dc6 100644 --- a/chapter05/adjusting.xml +++ b/chapter05/adjusting.xml @@ -66,10 +66,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 |