diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 10:48:13 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-07 10:48:13 +0000 |
commit | 5b0dd3a11dc2409ba4ea26ef6d9641e1204f1d29 (patch) | |
tree | 6b935f033940f4d87dd27b85fe4860e158d5bbd6 /chapter05 | |
parent | 74798caaff245bfc51aac5da773788db19fdd767 (diff) |
Fixing several small things.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3232 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/kernelheaders.xml | 7 | ||||
-rw-r--r-- | chapter05/perl.xml | 2 |
2 files changed, 1 insertions, 8 deletions
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</userinput></screen> <screen><userinput>cp -R include/linux /tools/include</userinput></screen> -<para>There are a few kernel header files which make use of the -<filename>autoconf.h</filename> 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 <filename>autoconf.h</filename> file:</para> - -<screen><userinput>touch /tools/include/linux/autoconf.h</userinput></screen> - </sect2> </sect1> 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 @@ <screen><userinput>patch -Np1 -i ../&perl-libc-patch;</userinput></screen> <para>Perl insists on using the <command>arch</command> program to find out -the machine type. Create a little script to mimick this command:</para> +the machine type. Create a little script to mimic this command:</para> <screen><userinput>echo "uname -m" > /tools/bin/arch chmod 755 /tools/bin/arch</userinput></screen> |