Bladeren bron

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
Matthew Burgess 20 jaren geleden
bovenliggende
commit
4d296ce812
3 gewijzigde bestanden met toevoegingen van 11 en 8 verwijderingen
  1. 4 0
      chapter01/changelog.xml
  2. 5 6
      chapter05/introduction.xml
  3. 2 2
      general.ent

+ 4 - 0
chapter01/changelog.xml

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

+ 5 - 6
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>

+ 2 - 2
general.ent

@@ -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}]" -->