diff options
author | Marc Heerdink <gimli@linuxfromscratch.org> | 2002-01-30 17:42:21 +0000 |
---|---|---|
committer | Marc Heerdink <gimli@linuxfromscratch.org> | 2002-01-30 17:42:21 +0000 |
commit | e5835c115fb29bb9bd66695d7776ed2f7cd139df (patch) | |
tree | 84b07d07a0ed57440514ea26ab9531b3f435de62 /chapter01 | |
parent | 5d3dcef94acf83aacbff5e31d5e4d63350d4987d (diff) |
[Bug 270] Fixed the commands to install the kernel header files
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 0702c5466..189a9c2b6 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -24,6 +24,10 @@ <itemizedlist> +<listitem><para>January 30th, 2002 [marcheerdink]: Chapters 5: Changed +the commands to copy the header files to support versions of cp older +than 4.1.</para></listitem> + <listitem><para>January 30th, 2002 [markh]: Chapters 5+6: Added CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" to the configure command for patch. This fixes compilation on PPC and m68k platforms and doesn't hurt on |