From fba1478dba9095f0007730e844793ad38d9b5af2 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 20 Dec 2004 17:23:16 +0000 Subject: Removed text in chapter 05 - second round. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4433 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/kernel-headers.xml | 61 -------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 chapter05/kernel-headers.xml (limited to 'chapter05/kernel-headers.xml') diff --git a/chapter05/kernel-headers.xml b/chapter05/kernel-headers.xml deleted file mode 100644 index d18ac0020..000000000 --- a/chapter05/kernel-headers.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - %general-entities; -]> - -Linux-&linux-version; headers - - - -Linux -tools, headers - - - -<segmentedlist> -<segtitle>&buildtime;</segtitle> -<segtitle>&diskspace;</segtitle> -<seglistitem><seg>0.1 SBU</seg><seg>186 MB</seg></seglistitem> -</segmentedlist> - -</sect2> - -<sect2 role="installation"> -<title>Installation of the kernel headers - -As some packages need to refer to the kernel header files, we're going -to unpack the kernel archive now, set it up, and copy the required files to a -place where gcc can later find them. - -Prepare for the header installation with: - -make mrproper - -This ensures that the kernel tree is absolutely clean. The kernel team -recommends that this command be issued prior to each -kernel compilation. You shouldn't rely on the source tree being clean after -un-tarring. - -Create the include/linux/version.h file: - -make include/linux/version.h - -Create the platform-specific include/asm -symlink: - -make include/asm - -Install the platform-specific header files: - -mkdir /tools/glibc-kernheaders -cp -HR include/asm /tools/glibc-kernheaders -cp -R include/asm-generic /tools/glibc-kernheaders - -Finally, install the cross-platform kernel header files: - -cp -R include/linux /tools/glibc-kernheaders - - - - -- cgit v1.2.3-54-g00ecf