diff --git a/chapter04/creatingtoolsdir.xml b/chapter04/creatingtoolsdir.xml index 7dbc9a2fb..4b8569210 100644 --- a/chapter04/creatingtoolsdir.xml +++ b/chapter04/creatingtoolsdir.xml @@ -7,13 +7,13 @@ Creating the $LFS/tools directory -All programs compiled in this chapter will be installed under All programs compiled in will be installed under $LFS/tools to keep them separate from the -programs compiled in the next chapter. The programs compiled here are only +programs compiled in . The programs compiled here are only temporary tools and won't be a part of the final LFS system and by keeping them in a separate directory, we can later easily throw them away. This also helps prevent them from ending up in your host's production directories -(easy to do in Chapter 5), which could be a very bad thing. +(easy to do in , which could be a very bad thing. Later on you might wish to search through the binaries of your system to see what files they make use of or link against. To make this searching easier