From e5835c115fb29bb9bd66695d7776ed2f7cd139df Mon Sep 17 00:00:00 2001 From: Marc Heerdink Date: Wed, 30 Jan 2002 17:42:21 +0000 Subject: [Bug 270] Fixed the commands to install the kernel header files git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1516 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/kernel-exp.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'chapter05/kernel-exp.xml') diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index e52e73d60..497b454c0 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -23,9 +23,13 @@ checks, but what we do care about is that make dep creates those aforementioned files in include/linux we will be needing later on. -cp -HR include/asm $LFS/usr/include -and cp -HR include/linux $LFS/usr/include: -These commands copy the required kernel header files to +mkdir $LFS/usr/include/asm +and cp include/asm/* $LFS/usr/include/asm: +This copies the platform-specific assembler kernel header files to +$LFS/usr/include/asm. + +cp -R include/linux $LFS/usr/include: +This command copies the cross-platform kernel header files to $LFS/usr/include. -- cgit v1.2.3-54-g00ecf