diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 18:20:20 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-05-02 18:20:20 +0000 |
commit | bc82645e958948a6aefd3147a0d7f712de9eaf6b (patch) | |
tree | 4855b70f785c1e6bf04856e97824988120503b05 /chapter05/creatingstaticdir.xml | |
parent | 55b50e3f6653cef278bad7e45fe5a378966953a7 (diff) |
Integrated Pure LFS - Phase 1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2490 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/creatingstaticdir.xml')
-rw-r--r-- | chapter05/creatingstaticdir.xml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chapter05/creatingstaticdir.xml b/chapter05/creatingstaticdir.xml deleted file mode 100644 index f0b34a542..000000000 --- a/chapter05/creatingstaticdir.xml +++ /dev/null @@ -1,15 +0,0 @@ -<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> - |