| 123456789101112131415 | <sect1 id="ch05-creatingstaticdir"><title>Creating the $LFS/static directory</title><?dbhtml filename="creatingstaticdir.html" dir="chapter05"?><para>All programs compiled in this chapter will be installed under <filenameclass="directory">$LFS/static</filename> to keep them separate from theprograms compiled in the next chapter. The programs compiled here are onlytemporary tools and won't be a part of the final LFS system and by keeping themin a separate directory, we can later easily throw them away. Create therequired directory by running the following:</para><para><screen><userinput>mkdir $LFS/static</userinput></screen></para></sect1>
 |