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> </itemizedlist>
</listitem> </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 <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> 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. change fairly often, and some packages still use the older standard.
This is not a problem, but does prompt the warning.</para> 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 directories, unless specifically instructed otherwise. Deleting the
sources saves space and prevents mis-configuration when the same sources prevents mis-configuration when the same package is reinstalled later.
package is reinstalled later. Only three of the packages need to Only three of the packages need to retain the source and build directories in
retain the source and build directories in order for their contents to order for their contents to be used by later commands. Pay special attention to
be used by later commands. Pay special attention to these these reminders.</para></important>
reminders.</para>
<para>Check one last time that the <envar>LFS</envar> environment <para>Check one last time that the <envar>LFS</envar> environment
variable is set up properly:</para> variable is set up properly:</para>

View File

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