creatingstaticdir.xml 661 B

123456789101112131415
  1. <sect1 id="ch05-creatingstaticdir">
  2. <title>Creating the $LFS/static directory</title>
  3. <?dbhtml filename="creatingstaticdir.html" dir="chapter05"?>
  4. <para>All programs compiled in this chapter will be installed under <filename
  5. class="directory">$LFS/static</filename> to keep them separate from the
  6. programs compiled in the next chapter. The programs compiled here are only
  7. temporary tools and won't be a part of the final LFS system and by keeping them
  8. in a separate directory, we can later easily throw them away. Create the
  9. required directory by running the following:</para>
  10. <para><screen><userinput>mkdir $LFS/static</userinput></screen></para>
  11. </sect1>