From f3a70cdefcfc3d9b8fe4cf468ea7ba9169b5c164 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Wed, 13 Apr 2005 18:43:32 +0000 Subject: [PATCH] PDF fixes in chapter06, set 1. git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4943 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/binutils.xml | 2 ++ chapter06/gcc.xml | 2 +- chapter06/glibc.xml | 9 ++++++++- chapter06/introduction.xml | 3 ++- chapter06/pwdgroup.xml | 2 ++ chapter06/readjusting.xml | 2 ++ 6 files changed, 17 insertions(+), 3 deletions(-) diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index d859f6eaf..87446d515 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -76,6 +76,8 @@ used if the system was used to cross-compile (for example, compiling a package on an Intel machine that generates code that can be executed on PowerPC machines). + + The test suite for Binutils in this section is considered critical. Do not skip it under any circumstances. diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index b57a53ecd..e7d3d138f 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -174,7 +174,7 @@ gcov A shell script used to help create useful bug reports gccbug - + diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index 05eff9cc4..0b60c1938 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -75,6 +75,8 @@ class="directory">/usr/lib/glibc. + + Compile the package: make @@ -134,6 +136,8 @@ with: make localedata/install-locales + + To save time, an alternative to running the previous command (which generates and installs every locale Glibc is aware of) is to install only those locales that are wanted and needed. @@ -184,6 +188,8 @@ on the threading API (applicable to NPTL as well): make -C ../glibc-&glibc-version;/linuxthreads/man install + + Configuring Glibc @@ -246,8 +252,9 @@ mode. - + + Configuring Dynamic Loader diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index b19f69e45..d9491ca22 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -59,7 +59,8 @@ the package installs. To keep track of which package installs particular files, a package manager can be used. For a general overview of different styles of package managers, please refer to . +url="&blfs-root;view/svn/introduction/important.html">&blfs-root;view/svn/ introduction/important.html. For a package management method specifically geared towards LFS, we recommend . diff --git a/chapter06/pwdgroup.xml b/chapter06/pwdgroup.xml index 990fe976e..d3879768e 100644 --- a/chapter06/pwdgroup.xml +++ b/chapter06/pwdgroup.xml @@ -76,6 +76,8 @@ paths to binaries it has executed. In order to use the newly compiled binaries as soon as they are installed, turn off this function for the duration of this chapter. + + The login, agetty, and init programs (and others) use a number of log files to record information such as who was logged into the system and diff --git a/chapter06/readjusting.xml b/chapter06/readjusting.xml index 9d6dd0e7b..786f3c234 100644 --- a/chapter06/readjusting.xml +++ b/chapter06/readjusting.xml @@ -71,6 +71,8 @@ dynamic linker in the above commands. Refer back to if necessary. + + It is imperative at this point to stop and ensure that the basic functions (compiling and linking) of the adjusted toolchain are working as expected. To do this, perform a sanity