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 ------- chapter05/perl.xml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) (limited to 'chapter05') 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 - diff --git a/chapter05/perl.xml b/chapter05/perl.xml index 7251700c1..d6633ce75 100644 --- a/chapter05/perl.xml +++ b/chapter05/perl.xml @@ -18,7 +18,7 @@ patch -Np1 -i ../&perl-libc-patch; Perl insists on using the arch program to find out -the machine type. Create a little script to mimick this command: +the machine type. Create a little script to mimic this command: echo "uname -m" > /tools/bin/arch chmod 755 /tools/bin/arch -- cgit v1.2.3-54-g00ecf