mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-02-07 06:41:59 +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>
|
<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>
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user