diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-25 17:51:22 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-05-25 17:51:22 +0000 |
commit | fd40de873311d7bb504462bde4c585282625019d (patch) | |
tree | 6a74a1c182ebe50022af02192c07fb992be70897 /chapter01 | |
parent | 30081aded59082599e65771c37b4cc8f6a4db950 (diff) |
Various edits. Update glibc to fix a make check error.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8921 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 10 | ||||
-rw-r--r-- | chapter01/how.xml | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index fc265f43d..a7a21e36b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,16 @@ --> <listitem> + <para>2009-05-25</para> + <itemizedlist> + <listitem> + <para>[bdubbs] - Various edits. Update glibc to fix a + make check error.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2009-05-24</para> <itemizedlist> <listitem> diff --git a/chapter01/how.xml b/chapter01/how.xml index 26d08e002..cd3874823 100644 --- a/chapter01/how.xml +++ b/chapter01/how.xml @@ -36,7 +36,7 @@ </note> <para><xref linkend="chapter-partitioning"/> of this book describes how - to create a new Linux native partition and file system, the place + to create a new Linux native partition and file system. This is the place where the new LFS system will be compiled and installed. <xref linkend="chapter-getting-materials"/> explains which packages and patches need to be downloaded to build an LFS system and how to store |