소스 검색

Added missing -v switchs.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6933 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 년 전
부모
커밋
b85d4d38c0
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      chapter05/linux-libc-headers.xml

+ 2 - 2
chapter05/linux-libc-headers.xml

@@ -44,8 +44,8 @@ Interface (API) stable version of the Linux headers.</para>
 
 <para>Install the header files:</para>
 
-<screen><userinput>cp -R include/asm-i386 /tools/include/asm
-cp -R include/linux /tools/include</userinput></screen>
+<screen><userinput>cp -Rv include/asm-i386 /tools/include/asm
+cp -Rv include/linux /tools/include</userinput></screen>
 
 <para>If your architecture is not i386 (compatible), adjust the first command
 accordingly.</para>