Sfoglia il codice sorgente

Removed a misleading paragraph better addressed in the Why Static section.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 23 anni fa
parent
commit
10d473cc86
2 ha cambiato i file con 4 aggiunte e 7 eliminazioni
  1. 4 0
      chapter01/changelog.xml
  2. 0 7
      chapter05/introduction.xml

+ 4 - 0
chapter01/changelog.xml

@@ -56,6 +56,10 @@
 </itemizedlist>
 </itemizedlist>
 </para></listitem>
 </para></listitem>
 
 
+<listitem><para>September 18th, 2002 [timothy]: Chapter 05 - Introduction:
+Removed paragraph about static linking since it seems misleading and is
+covered in better detail in <emphasis>Why Static</emphasis>.</para></listitem>
+
 <listitem><para>September 18th, 2002 [timothy]: Chapter 08 - Linux:
 <listitem><para>September 18th, 2002 [timothy]: Chapter 08 - Linux:
 Removed <userinput>cd</userinput> command.</para></listitem>
 Removed <userinput>cd</userinput> command.</para></listitem>
 
 

+ 0 - 7
chapter05/introduction.xml

@@ -6,13 +6,6 @@
 Linux system. This system will contain just enough tools to be able
 Linux system. This system will contain just enough tools to be able
 to start constructing the final LFS system in the next chapter.</para>
 to start constructing the final LFS system in the next chapter.</para>
 
 
-<para>The software in this chapter will be linked statically, because
-there is a possibility that your host Linux system uses a different
-version of the C library than the version you downloaded for
-use in your LFS system. If we were to link the programs in this
-chapter against that older C library, these programs might work
-incorrectly, or not at all, when we change to the LFS system.</para>
-
 <para>The files compiled in this chapter will be installed under the
 <para>The files compiled in this chapter will be installed under the
 <filename class="directory">$LFS/static</filename> directory,
 <filename class="directory">$LFS/static</filename> directory,
 to keep them separate from the files installed in the next chapter.
 to keep them separate from the files installed in the next chapter.