From 1e66abe82d665e624ee0801a81e73d8fd14b11b3 Mon Sep 17 00:00:00 2001 From: Greg Schafer Date: Sat, 4 Oct 2003 02:55:49 +0000 Subject: 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 --- chapter04/chapter04.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'chapter04/chapter04.xml') 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.