Parcourir la source

Minor updates to wording and dependencies

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs il y a 9 ans
Parent
commit
3375f615d7
3 fichiers modifiés avec 4 ajouts et 5 suppressions
  1. 1 1
      appendices/dependencies.xml
  2. 2 2
      chapter05/libstdc++.xml
  3. 1 2
      chapter05/linux-headers.xml

+ 1 - 1
appendices/dependencies.xml

@@ -547,7 +547,7 @@
         <segtitle>&dependencies;</segtitle>
 
         <seglistitem>
-         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep,
+         <seg>Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf,
          Make, and Sed</seg>
         </seglistitem>
       </segmentedlist>

+ 2 - 2
chapter05/libstdc++.xml

@@ -79,8 +79,8 @@ cd ../gcc-build</userinput></screen>
       <varlistentry>
         <term><parameter>--disable-libstdcxx-threads</parameter></term>
         <listitem>
-          <para>Since we have not built the thread C library, the C++
-          one cannot be built as well.</para>
+          <para>Since we have not yet built the C threads library, the C++
+          one cannot be built either.</para>
         </listitem>
       </varlistentry>
 

+ 1 - 2
chapter05/linux-headers.xml

@@ -48,8 +48,7 @@
     by way of sanitizing various C header files that are shipped in the Linux
     kernel source tarball.</para>
 
-    <para>Make sure there are no stale files and dependencies lying around
-    from previous activity:</para>
+    <para>Make sure there are no stale files embedded in the package:</para>
 
 <screen><userinput remap="pre">make mrproper</userinput></screen>