Minor updates to wording and dependencies

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2015-04-07 13:45:18 +00:00
parent 2d0d0d728a
commit 3375f615d7
3 changed files with 4 additions and 5 deletions

View File

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

View File

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

View File

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