mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
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:
parent
2d0d0d728a
commit
3375f615d7
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user