aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-08-08 17:28:01 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-08-08 17:28:01 +0000
commit0532f60dd7affc9fe9c30e909799da27e55b21a3 (patch)
treef5edc43cff8b3d2b79dceff94e267b7adae867df /chapter06
parent985a094eac86252253e3669fb02e822c8577839d (diff)
added cp include/asm-generic /usr/include
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2051 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/kernel-inst.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chapter06/kernel-inst.xml b/chapter06/kernel-inst.xml
index 340335526..ceee8cf51 100644
--- a/chapter06/kernel-inst.xml
+++ b/chapter06/kernel-inst.xml
@@ -16,6 +16,7 @@ make include/linux/version.h &amp;&amp;
make symlinks &amp;&amp;
mkdir /usr/include/asm &amp;&amp;
cp include/asm/* /usr/include/asm &amp;&amp;
+cp -R include/asm-generic /usr/include &amp;&amp;
cp -R include/linux /usr/include &amp;&amp;
touch /usr/include/linux/autoconf.h &amp;&amp;
rm /bin/pwd</userinput></screen></para>