diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-07 22:22:28 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-10-07 22:22:28 +0000 |
commit | 617bacdc915543646c1db35f47b06c4bf5f5b7b6 (patch) | |
tree | 5fd3704a7cb9447ef6484ce3db1e433699da7531 /chapter05/introduction.xml | |
parent | 51c41b193e887ed1c9a0ec7cf90cf958c292f891 (diff) |
Small fish.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2937 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/introduction.xml')
-rw-r--r-- | chapter05/introduction.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index faf94c045..37866e207 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -36,6 +36,10 @@ warnings -- mostly about deprecated, but not invalid, use of the C or C++ syntax. It's just that C standards have changed rather often and some packages still use the older standard, which is not really a problem.</para> +<para><emphasis>Unless</emphasis> told not to, you should normally delete the +source and build directories after installing each package -- for cleanness +sake and to save space.</para> + <para>Before continuing, make sure the LFS environment variable is set up properly by executing the following:</para> |