mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Last change for today:
mkdir asm && cp -a ../src/linux/include/asm/* asm git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@626 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
74691747b8
commit
931e765cbe
@ -28,10 +28,10 @@ needing later on.
|
||||
|
||||
<para>
|
||||
<userinput>cp -R ../src/linux/include/linux .</userinput> and
|
||||
<userinput>cp -R ../src/linux/include/asm .</userinput>: These
|
||||
commands copy the kernel headers in the <filename>$LFS/usr/include</filename>
|
||||
directory. For details on why we don't link to these directories
|
||||
(anymore), and instead copy them, please refer to the
|
||||
<userinput>mkdir asm && cp -a ../src/linux/include/asm/* .</userinput>:
|
||||
These commands copy the kernel headers in the
|
||||
<filename>$LFS/usr/include</filename> directory. For details on why we don't
|
||||
link to these directories (anymore), and instead copy them, please refer to the
|
||||
<filename>README</filename> file in the kernel source.
|
||||
</para>
|
||||
|
||||
|
@ -19,7 +19,8 @@ The kernel configuration file is created by running the following command:
|
||||
<userinput>make dep &&</userinput>
|
||||
<userinput>cd $LFS/usr/include &&</userinput>
|
||||
<userinput>cp -R ../src/linux/include/linux . &&</userinput>
|
||||
<userinput>cp -R ../src/linux/include/asm .</userinput>
|
||||
<userinput>mkdir asm &&</userinput>
|
||||
<userinput>cp -a ../src/linux/include/asm/* asm</userinput>
|
||||
</literallayout></blockquote>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user