From dcff0464e8bc95ae211aef1f6aefe57dfade125d Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 4 Feb 2004 22:23:18 +0000 Subject: Changing chapter IDs in anticipation. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3221 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/aboutdebug.xml | 2 +- chapter06/bootscripts.xml | 2 +- chapter06/chapter06.xml | 6 +++--- chapter06/gcc-2953.xml | 2 +- chapter06/gcc.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'chapter06') diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index ccf05b83e..6708deb54 100644 --- a/chapter06/aboutdebug.xml +++ b/chapter06/aboutdebug.xml @@ -41,7 +41,7 @@ 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, includes one simple +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.xml b/chapter06/bootscripts.xml index bb2a511ab..159470d1f 100644 --- a/chapter06/bootscripts.xml +++ b/chapter06/bootscripts.xml @@ -23,7 +23,7 @@ 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 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 ef78e75e7..44ec75c9e 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -1,4 +1,4 @@ - + Installing basic system software @@ -269,7 +269,7 @@ freely by the user, as well-written packages don't depend on GID numbers but use the group's name. To get rid of the "I have no name!" prompt, we will start a new shell. -Since we installed a full Glibc in , and have just +Since we installed a full Glibc in , and have just created the /etc/passwd and /etc/group files, user name and group name resolution will now work. @@ -325,7 +325,7 @@ adjusted linker by running the following from within the If you somehow missed the earlier warning to retain the Binutils source and build directories from the second pass in -, or otherwise accidentally deleted them or just +, or otherwise accidentally deleted them or just don't have access to them, don't worry, all is not lost. Just ignore the above command. The result will be that the next package, Binutils, will link against the Glibc libraries in /tools rather diff --git a/chapter06/gcc-2953.xml b/chapter06/gcc-2953.xml index e79db7dbf..171c4d908 100644 --- a/chapter06/gcc-2953.xml +++ b/chapter06/gcc-2953.xml @@ -28,7 +28,7 @@ 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 . This +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 diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 824307bd6..7cf0f81a4 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -92,7 +92,7 @@ compiler. To satisfy those packages, create a symlink: we performed earlier in this chapter. Refer back to and repeat the check. If the results are wrong, then most likely you erroneously applied the GCC Specs patch from -. +. -- cgit v1.2.3-54-g00ecf