From 90423c094424faf7172bf9642f3db2843e11bccd Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Sat, 11 Jan 2003 16:42:50 +0000 Subject: [PATCH] reworded for consistency reasons git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2308 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bash-inst.xml | 2 +- chapter05/binutils-inst.xml | 12 ++++++++---- chapter06/glibc-inst.xml | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/chapter05/bash-inst.xml b/chapter05/bash-inst.xml index 7315dace5..c455d1bac 100644 --- a/chapter05/bash-inst.xml +++ b/chapter05/bash-inst.xml @@ -26,7 +26,7 @@ following command: ./configure --enable-static-link \     --prefix=$LFS/static --with-curses -The meaning of the configure switches are: +The meaning of the configure options are: --enable-static-link: This option diff --git a/chapter05/binutils-inst.xml b/chapter05/binutils-inst.xml index ec6c45ade..0a4954fce 100644 --- a/chapter05/binutils-inst.xml +++ b/chapter05/binutils-inst.xml @@ -34,13 +34,17 @@ statically. make LDFLAGS="-all-static" && make install -make LDFLAGS="-all-static" is how we tell -Binutils that all programs should be statically linked. Setting the -LDFLAGS variable is the common way of specifying we +The meaning of the make option is: + + +make LDFLAGS="-all-static": This is +how we tell Binutils that all programs should be statically linked. Setting +the LDFLAGS variable is the common way of specifying we want a static link to take place, however, its value and the way it is set is not always the same. You'll see with the remaining packages that there are different ways of setting up the LDFLAGS -variable. +variable. + diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index 483626b74..008dec337 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -93,7 +93,7 @@ you change the translation source files (the *.po files in the po subdirectory) which would require you to re-generate the binary files. -The meaning of the configure switches are: +The meaning of the configure options are: --disable-profile: This disables the