diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-03-24 15:02:32 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2021-03-24 15:02:32 +0000 |
commit | 430a8de69f031ac0c6bea23cb65c93e7c5fec986 (patch) | |
tree | c9c5c2e86675403b79181ff7ee2aac96e721b72a /chapter04 | |
parent | a6307b6c606724d82a5f290ef070336b30a56b7b (diff) |
Clarify some explanations about the minimal directory layout in chap 4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12169 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r-- | chapter04/creatingminlayout.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter04/creatingminlayout.xml b/chapter04/creatingminlayout.xml index b0f9260d5..749ce84fa 100644 --- a/chapter04/creatingminlayout.xml +++ b/chapter04/creatingminlayout.xml @@ -12,7 +12,8 @@ <para>The first task performed in the LFS partition is to create a limited directory hierarchy so that programs compiled in <xref - linkend="chapter-temporary-tools"/> may be installed in their final + linkend="chapter-temporary-tools"/> (as well as glibc and libstdc++ in <xref + linkend="chapter-cross-tools"/>) may be installed in their final location. This is needed so that those temporary programs be overwritten when rebuilding them in <xref linkend="chapter-building-system"/>.</para> |