diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 17:23:16 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2004-12-20 17:23:16 +0000 |
commit | fba1478dba9095f0007730e844793ad38d9b5af2 (patch) | |
tree | 804a4ba4ebff2ca66f8f0284d2d5edf664507d46 /chapter05/linux-libc-headers.xml | |
parent | 67906555169af493bc63114cfd1a38667dda09f5 (diff) |
Removed text in chapter 05 - second round.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/linux-libc-headers.xml')
-rw-r--r-- | chapter05/linux-libc-headers.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chapter05/linux-libc-headers.xml b/chapter05/linux-libc-headers.xml index a74ce26e3..bfbc637f3 100644 --- a/chapter05/linux-libc-headers.xml +++ b/chapter05/linux-libc-headers.xml @@ -24,12 +24,6 @@ <sect2 role="installation"> <title>Installation of Linux-Libc-Headers</title> -<para>For years it has been common practice to use so-called <quote>raw</quote> -kernel headers (straight from a kernel tarball) in <filename class="directory">/usr/include</filename>, but over the -last few years, the kernel developers have taken a strong stance that such -things should not be done. Thus was born the linux-libc-headers project, -designed to maintain an API stable version of the Linux headers.</para> - <para>Install the header files:</para> <screen><userinput>cp -R include/asm-i386 /tools/include/asm |