diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-12 18:35:31 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-12 18:35:31 +0000 |
commit | 74691747b8c3610773e173bd6f0d68dcc565b2f4 (patch) | |
tree | 85140f181e62592dd324b699eab5d2b27ddcc277 /chapter05 | |
parent | b3156c992b0c3c7f690245e9d56086e0eb43edf7 (diff) |
Changed cp -a to cp -R
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@625 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/kernel-exp.xml | 4 | ||||
-rw-r--r-- | chapter05/kernel-inst.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/chapter05/kernel-exp.xml b/chapter05/kernel-exp.xml index 0e4df4569..e2fd20581 100644 --- a/chapter05/kernel-exp.xml +++ b/chapter05/kernel-exp.xml @@ -27,8 +27,8 @@ needing later on. </para> <para> -<userinput>cp -a ../src/linux/include/linux .</userinput> and -<userinput>cp -a ../src/linux/include/asm .</userinput>: These +<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 diff --git a/chapter05/kernel-inst.xml b/chapter05/kernel-inst.xml index 0ed696855..f15a4bc5c 100644 --- a/chapter05/kernel-inst.xml +++ b/chapter05/kernel-inst.xml @@ -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 -a ../src/linux/include/linux . &&</userinput> - <userinput>cp -a ../src/linux/include/asm .</userinput> + <userinput>cp -R ../src/linux/include/linux . &&</userinput> + <userinput>cp -R ../src/linux/include/asm .</userinput> </literallayout></blockquote> </sect2> |