mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Changed cp -r command to cp -a, and updated explanation accordingly
(plus a little grammar fix in -exp.xml) git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@624 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
53419cc684
commit
b3156c992b
@ -27,12 +27,12 @@ needing later on.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
<userinput>cp -r ../src/linux/include/linux .</userinput> and
|
||||
<userinput>cp -r ../src/linux/include/asm .</userinput>: These
|
||||
<userinput>cp -a ../src/linux/include/linux .</userinput> and
|
||||
<userinput>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)
|
||||
instead of copying them, please refer to the <filename>README</filename>
|
||||
file in the kernel source.
|
||||
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>
|
||||
|
||||
</sect2>
|
||||
|
@ -18,8 +18,8 @@ The kernel configuration file is created by running the following command:
|
||||
<userinput>yes "" | make config &&</userinput>
|
||||
<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>cp -a ../src/linux/include/linux . &&</userinput>
|
||||
<userinput>cp -a ../src/linux/include/asm .</userinput>
|
||||
</literallayout></blockquote>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user