2002-05-25 01:21:12 +01:00
|
|
|
<sect1 id="ch05-creatingstaticdir">
|
|
|
|
<title>Creating the $LFS/static directory</title>
|
|
|
|
<?dbhtml filename="creatingstaticdir.html" dir="chapter05"?>
|
|
|
|
|
2003-01-03 02:51:46 +00:00
|
|
|
<para>All programs compiled in this chapter will be installed under <filename
|
|
|
|
class="directory">$LFS/static</filename> to keep them separate from the
|
|
|
|
programs compiled in the next chapter. 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. Create the
|
|
|
|
required directory by running the following:</para>
|
2002-05-25 01:21:12 +01:00
|
|
|
|
|
|
|
<para><screen><userinput>mkdir $LFS/static</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect1>
|
|
|
|
|