diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-19 03:09:26 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2008-10-19 03:09:26 +0000 |
commit | 787fe0c79477285bb3393a823bdce2b29d1c9672 (patch) | |
tree | ecbbb14c7a13ce6fa1c62fa9115fc560c2fc2c26 /chapter01/changelog.xml | |
parent | e00376be2e893350d70e572cac7f1291f709e44f (diff) |
Moved placement of m4 in chapters 5 and 6 so that
* the chapter 5 m4 links against the glibc in /tools
* the chapter 6 m4 is built before anything that hard codes the location of m4
Added a host prerequisite for m4
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b14196132..b7fc187e3 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -38,6 +38,18 @@ --> <listitem> + <para>2008-10-18</para> + <itemizedlist> + <listitem> + <para>[jhuntwork] - Fixed build locations of m4 so that it links against the + glibc built in /tools and so that no packages in chapter 6 hard-code references + to the temporarly location. Also made m4 a host prerequisite.</para> + </listitem> + </itemizedlist> + </listitem> + + + <listitem> <para>2008-10-15</para> <itemizedlist> <listitem> |