From 5b0dd3a11dc2409ba4ea26ef6d9641e1204f1d29 Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Sat, 7 Feb 2004 10:48:13 +0000 Subject: Fixing several small things. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter05/kernelheaders.xml | 7 ------- 1 file changed, 7 deletions(-) (limited to 'chapter05/kernelheaders.xml') diff --git a/chapter05/kernelheaders.xml b/chapter05/kernelheaders.xml index adc7a668d..67636e622 100644 --- a/chapter05/kernelheaders.xml +++ b/chapter05/kernelheaders.xml @@ -42,13 +42,6 @@ cp -R include/asm-generic /tools/include cp -R include/linux /tools/include -There are a few kernel header files which make use of the -autoconf.h header file. Since we do not yet configure the -kernel, we need to create this file ourselves in order to avoid compilation -failures. Create an empty autoconf.h file: - -touch /tools/include/linux/autoconf.h - -- cgit v1.2.3-54-g00ecf