From 584847559bdeafe451b51b6a3a056f8a3960dbc0 Mon Sep 17 00:00:00 2001 From: Thomas Balu Walter Date: Thu, 5 Apr 2001 15:36:41 +0000 Subject: small fixes git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/bzip2-exp.xml | 4 ++-- chapter05/kernel-exp.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter05') diff --git a/chapter05/bzip2-exp.xml b/chapter05/bzip2-exp.xml index d3b74f9a0..1eef298ec 100644 --- a/chapter05/bzip2-exp.xml +++ b/chapter05/bzip2-exp.xml @@ -25,8 +25,8 @@ and tell make with the -f parameter to read that alternate file. LDFLAGS=-static: This is the second way we use to link a package statically. This is also the most common way. -The -all-static value is only used with the binutils package and -won't be used throughout the rest of this book. +The -all-static value is only used with the binutils and the gettext +packages and won't be used throughout the rest of this book. diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index 8e5ca26ce..496cd6f7b 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -7,7 +7,7 @@ answers "Y" to every question the config script asks the user. We're not configuring the real kernel here, we just need to have some sort of configure file created so that we can run make dep next that will create a few files in $LFS/usr/src/linux/include/linux, like version.h, among -others, that we will need to compilg Glibc and other packages later in +others, that we will need to compile Glibc and other packages later in chroot. -- cgit v1.2.3-54-g00ecf