mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-21 06:28:02 +00:00
4d515293b6
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2273 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
16 lines
661 B
XML
16 lines
661 B
XML
<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 <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>
|
|
|
|
<para><screen><userinput>mkdir $LFS/static</userinput></screen></para>
|
|
|
|
</sect1>
|
|
|