From 3f25fa44de1817041a9ade5fa3aab6c8f4ef8132 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sat, 25 Nov 2006 00:13:01 +0000 Subject: 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 --- chapter05/linux-headers.xml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'chapter05') 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 -- cgit v1.2.3-54-g00ecf