From 3375f615d76655cf5ce2d934bb2ec7d8511493ed Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 7 Apr 2015 13:45:18 +0000 Subject: [PATCH] Minor updates to wording and dependencies git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10888 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendices/dependencies.xml | 2 +- chapter05/libstdc++.xml | 4 ++-- chapter05/linux-headers.xml | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/appendices/dependencies.xml b/appendices/dependencies.xml index 51fa55534..d1ea9c0bc 100644 --- a/appendices/dependencies.xml +++ b/appendices/dependencies.xml @@ -547,7 +547,7 @@ &dependencies; - Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, + Bash, Binutils, Coreutils, Gawk, GCC, Glibc, Grep, Gperf, Make, and Sed 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 --disable-libstdcxx-threads - Since we have not built the thread C library, the C++ - one cannot be built as well. + Since we have not yet built the C threads library, the C++ + one cannot be built either. 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. - Make sure there are no stale files and dependencies lying around - from previous activity: + Make sure there are no stale files embedded in the package: make mrproper