From 008436e04cb47fbba28ab083cf4ef9339699b5fd Mon Sep 17 00:00:00 2001 From: Ken Moffat Date: Mon, 31 Mar 2014 22:21:57 +0000 Subject: [PATCH] Remove remaining references to headers-check. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10519 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 10 ++++++++++ chapter05/linux-headers.xml | 5 ++--- chapter06/linux-headers.xml | 2 +- general.ent | 4 ++-- 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index db4581484..471e10ae4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -35,6 +35,16 @@ --> + + 2014-03-31 + + + [ken] - Remove remaining references to headers-check when + installing the linux API headers. + + + + 2014-03-28 diff --git a/chapter05/linux-headers.xml b/chapter05/linux-headers.xml index b1a0652aa..395bf1cc1 100644 --- a/chapter05/linux-headers.xml +++ b/chapter05/linux-headers.xml @@ -53,13 +53,12 @@ make mrproper - Now test and extract the user-visible kernel headers from the source. + Now extract the user-visible kernel headers from the source. They are placed in an intermediate local directory and copied to the needed location because the extraction process removes any existing files in the target directory. -make headers_check -make INSTALL_HDR_PATH=dest headers_install +make INSTALL_HDR_PATH=dest headers_install cp -rv dest/include/* /tools/include diff --git a/chapter06/linux-headers.xml b/chapter06/linux-headers.xml index 996fe9fdf..17b2694db 100644 --- a/chapter06/linux-headers.xml +++ b/chapter06/linux-headers.xml @@ -52,7 +52,7 @@ make mrproper - Now test and extract the user-visible kernel headers from the source. + Now extract the user-visible kernel headers from the source. They are placed in an intermediate local directory and copied to the needed location because the extraction process removes any existing files in the target directory. There are also some hidden files used by diff --git a/general.ent b/general.ent index 283581210..6bcb1d001 100644 --- a/general.ent +++ b/general.ent @@ -1,5 +1,5 @@ - - + +