From 7f1fcd89bbc057b79fb7316f08d69b14c349becb Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Fri, 24 Oct 2003 17:28:42 +0000 Subject: Adding several cross reference tags. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3037 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/aboutdebug.xml | 6 +++--- chapter06/bootscripts-inst.xml | 3 ++- chapter06/chapter06.xml | 2 +- chapter06/gcc-2953-inst.xml | 3 ++- chapter06/procps-inst.xml | 2 +- 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'chapter06') diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index e8e179b09..d58737e25 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -41,9 +41,9 @@ or ELF binary), run strip --strip-debug filename. Wildcards can be used to treat multiple files (use something like strip --strip-debug $LFS/tools/bin/*). -For your convenience, Chapter 9 includes one simple command to strip -all debugging symbols from all programs and libraries on your system. -Additional information on optimization can be found in the hint at +For your convenience, includes one simple +command to strip all debugging symbols from all programs and libraries on your +system. Additional information on optimization can be found in the hint at . diff --git a/chapter06/bootscripts-inst.xml b/chapter06/bootscripts-inst.xml index 8b39d37e7..ef1e60968 100644 --- a/chapter06/bootscripts-inst.xml +++ b/chapter06/bootscripts-inst.xml @@ -10,7 +10,8 @@ scripts, to be found at . And if you'd like something more radical, search the LFS mailing lists for depinit. If you decide to use BSD style, or some other style scripts, you can -skip Chapter 7 when you arrive at it and move on to Chapter 8. +skip the next chapter when you arrive at it and move on to +. Install the boot scripts: diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 6de08e206..9f482c1f7 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -1,4 +1,4 @@ - + Installing basic system software diff --git a/chapter06/gcc-2953-inst.xml b/chapter06/gcc-2953-inst.xml index a45c341fd..782f708bc 100644 --- a/chapter06/gcc-2953-inst.xml +++ b/chapter06/gcc-2953-inst.xml @@ -10,7 +10,8 @@ default optimizations, such as CFLAGS and CXXFLAGS, we recommend unsetting or modifying them when building GCC. This is an older release of GCC which we are going to install for the -purpose of compiling the Linux kernel in Chapter 8. This version is recommended +purpose of compiling the Linux kernel in . This +version is recommended by the kernel developers when you need absolute stability. Later versions of GCC have not received as much testing for Linux kernel compilation. Using a later version is likely to work, however, we recommend adhering to the kernel diff --git a/chapter06/procps-inst.xml b/chapter06/procps-inst.xml index e7a651a9f..000145462 100644 --- a/chapter06/procps-inst.xml +++ b/chapter06/procps-inst.xml @@ -3,7 +3,7 @@ Installation of Procps -First fix a locale problem that can crash w under +First fix a problem that can crash w under certain locale settings: patch -Np1 -i ../&procps-patch; -- cgit v1.2.3-54-g00ecf