diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-18 05:55:04 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-11-18 05:55:04 +0000 |
commit | a195a6c7fb8a154387a81546bd9d2221177a44c0 (patch) | |
tree | 9fadd1f4448fadd2766cc7e7f2a9d324aef923f5 /chapter05/chapter05.xml | |
parent | b50c8e2c2d0ea57040b25540b076f1429b1ee1d6 (diff) |
Miscellaneous small fixes from the list.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3113 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/chapter05.xml')
-rw-r--r-- | chapter05/chapter05.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index ae7976fd4..88e71ceb0 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -276,7 +276,9 @@ in a separate directory, we can later easily throw them away.</para> <para>If later you wish to search through the binaries of your system to see what files they make use of or link against, then to make this searching easier you may want to choose a unique name. Instead of the simple "tools" you could -use something like "tools-for-lfs".</para> +use something like "tools-for-lfs". However, you'll need to be careful to +adjust all references to "tools" throughout the book including those in any +patches, the most notable being the GCC Specs Patch.</para> <para>Create the required directory by running the following:</para> |