diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-09 13:16:13 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-09 13:16:13 +0000 |
commit | 4d296ce81292cfca0fd37284f834638f855e09c2 (patch) | |
tree | cd7088c4fde7773e94f3ac0a47987072a5c148af /chapter05/introduction.xml | |
parent | dde039d8cde9e145fbb2fc01a6a967a7c4dfe532 (diff) |
Emphasise the fact that one must delete the source directory after installing a package
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6989 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/introduction.xml')
-rw-r--r-- | chapter05/introduction.xml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index 404ca5c87..6f82905a1 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -46,13 +46,12 @@ deprecated, but not invalid, use of the C or C++ syntax. C standards change fairly often, and some packages still use the older standard. This is not a problem, but does prompt the warning.</para> -<para>After installing each package, delete its source and build +<important><para>After installing each package, delete its source and build directories, unless specifically instructed otherwise. Deleting the -sources saves space and prevents mis-configuration when the same -package is reinstalled later. Only three of the packages need to -retain the source and build directories in order for their contents to -be used by later commands. Pay special attention to these -reminders.</para> +sources prevents mis-configuration when the same package is reinstalled later. +Only three of the packages need to retain the source and build directories in +order for their contents to be used by later commands. Pay special attention to +these reminders.</para></important> <para>Check one last time that the <envar>LFS</envar> environment variable is set up properly:</para> |