diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-04-07 13:45:18 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-04-07 13:45:18 +0000 |
commit | 3375f615d76655cf5ce2d934bb2ec7d8511493ed (patch) | |
tree | d20d33f8c4f5f2a09dfb5e24e88537c114cda5f6 /chapter05 | |
parent | 2d0d0d728a877044ab193cd45f13f3d5525d4437 (diff) |
Minor updates to wording and dependencies
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/libstdc++.xml | 4 | ||||
-rw-r--r-- | chapter05/linux-headers.xml | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index d93f46bc5..9af130f4b 100644 --- a/chapter05/libstdc++.xml +++ b/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> diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index 395bf1cc1..36edc3c3d 100644 --- a/chapter05/linux-headers.xml +++ b/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> |