From 1e66abe82d665e624ee0801a81e73d8fd14b11b3 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 4 Oct 2003 02:55:49 +0000 Subject: [PATCH] Chapter 5 - Binutils Pass 1: Add extra LDFLAGS to ensure static rebuild of ld. Add some clarifying notes re package directory removal and POSIX shared memory. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2918 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 3 +++ chapter04/chapter04.xml | 4 +++- chapter05/binutils-pass1-inst.xml | 15 ++++++++------- chapter08/fstab.xml | 9 ++++++--- chapter08/kernel-inst.xml | 6 +++--- index.xml | 4 ++-- 6 files changed, 25 insertions(+), 16 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 367b06f96..298d6fd62 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -95,6 +95,9 @@ +October 4th, 2003 [greg]: Chapter 5 - Binutils Pass 1: Add +extra LDFLAGS to ensure static rebuild of ld. + October 2nd, 2003 [greg]: Chapter 6: Reinstate INSTALL=/tools/bin/install for linker adjustment command due to issues on hosts where a ginstall symlink exists. This renders the "install" symlinks redundant diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml index d03f2b693..11d4205a5 100644 --- a/chapter04/chapter04.xml +++ b/chapter04/chapter04.xml @@ -34,7 +34,9 @@ that is conveniently available throughout the entire build. You'll also need a working directory in which to unpack the sources and build them. A scheme that works well is to use $LFS/tools/src/packages for all the downloaded files and $LFS/tools/src for the working directory. In this way, everything will be on the -LFS partition and always available. +LFS partition and always available. Normally, you should delete the source and +build directories after each package installation, unless instructed to do +otherwise.