diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-04 02:55:49 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-04 02:55:49 +0000 |
commit | 1e66abe82d665e624ee0801a81e73d8fd14b11b3 (patch) | |
tree | 8fc9ba3887ac1962ab17574b87f7dacaf1fd8b54 /chapter04/chapter04.xml | |
parent | e4df1fcaf7d8bbbd87c3a55a36a911eb3df7b0dc (diff) |
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
Diffstat (limited to 'chapter04/chapter04.xml')
-rw-r--r-- | chapter04/chapter04.xml | 4 |
1 files changed, 3 insertions, 1 deletions
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.</para> +LFS partition and always available. Normally, you should delete the source and +build directories after each package installation, unless instructed to do +otherwise.</para> <!-- <para>For your convenience the top of the list contains a link to a file |