diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-11 12:27:48 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2012-05-11 12:27:48 +0000 |
commit | 404d6413046353694e39d7935dc0175098b3ea5e (patch) | |
tree | 24c8b62f94d47ce27280344181e52414851e9978 /chapter01/changelog.xml | |
parent | ef59d038272fb50b31da8db7f1c21b68902ff58e (diff) |
Run fixincludes again, by removing the sed that disabled it. It no longer attempts to fix up host headers.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9850 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01/changelog.xml')
-rw-r--r-- | chapter01/changelog.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index b8cae5d77..c23f1c9f1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -55,6 +55,17 @@ </listitem> <listitem> + <para>2012-05-11</para> + <itemizedlist> + <listitem> + <para>[matthew] - Remove sed from GCC pass 2 and chapter 6, which + prevented the fixincludes script from being run; it is no longer run + by default. Reported by Jeremy Huntwork.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2012-05-05</para> <itemizedlist> <listitem> |