From 3f25fa44de1817041a9ade5fa3aab6c8f4ef8132 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sat, 25 Nov 2006 00:13:01 +0000 Subject: [PATCH] Simplified the installation of Linux Headers in Chapter 5. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7855 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter05/linux-headers.xml | 7 ++----- general.ent | 4 ++-- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5962ed0e2..f550547d7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -36,6 +36,16 @@ --> + + 2006-11-24 + + + [jhuntwork] - Simplified the installation of + Linux Headers in Chapter 5. + + + + 2006-11-10 diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index 9396208c9..3c068bf77 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -49,12 +49,9 @@ Install the header files: -mkdir /tools/tmp -make mrproper +make mrproper make headers_check -make INSTALL_HDR_PATH=/tools/tmp headers_install -cp -R /tools/tmp/include/* /tools/include -rm -r /tools/tmp +cp -av usr/include/* /tools/include diff --git a/general.ent b/general.ent index 5bc43bca2..a4a220565 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ - - + +