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
This commit is contained in:
Matthew Burgess 2005-10-09 13:16:13 +00:00
parent dde039d8cd
commit 4d296ce812
3 changed files with 11 additions and 8 deletions

View File

@ -123,6 +123,10 @@ First a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
<listitem><para>October 9, 2005 [matt]: Emphasise the fact that one must delete
the source directory after each package has been installed. Fixes bug 1638.
Thanks to Chris Staub.</para></listitem>
<listitem><para>October 8, 2005 [archaic]: Added patch to fix poor tempfile
creation in Texinfo-4.8 that can lead to a symlink attack.</para></listitem>

View File

@ -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>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20051008">
<!ENTITY releasedate "October 8, 2005">
<!ENTITY version "SVN-20051009">
<!ENTITY releasedate "October 9, 2005">
<!ENTITY milestone "6.2">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->