Browse Source

Added a few missing -v switches.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7058 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 năm trước cách đây
mục cha
commit
54f7e8d0cf
4 tập tin đã thay đổi với 5 bổ sung5 xóa
  1. 1 1
      chapter05/binutils-pass2.xml
  2. 1 1
      chapter05/glibc.xml
  3. 1 1
      chapter09/reboot.xml
  4. 2 2
      general.ent

+ 1 - 1
chapter05/binutils-pass2.xml

@@ -42,7 +42,7 @@ unset them when building Binutils.</para>
 
 <para>Create a separate build directory again:</para>
 
-<screen><userinput>mkdir ../binutils-build
+<screen><userinput>mkdir -v ../binutils-build
 cd ../binutils-build</userinput></screen>
 
 <para>Prepare Binutils for compilation:</para>

+ 1 - 1
chapter05/glibc.xml

@@ -57,7 +57,7 @@ patch -Np1 -i ../&glibc-gcc4_iconvdata-patch;</userinput></screen>
 <para>The Glibc documentation recommends building Glibc outside of the source
 directory in a dedicated build directory:</para>
 
-<screen><userinput>mkdir ../glibc-build
+<screen><userinput>mkdir -v ../glibc-build
 cd ../glibc-build</userinput></screen>
 
 <para>Next, prepare Glibc for compilation:</para>

+ 1 - 1
chapter09/reboot.xml

@@ -38,7 +38,7 @@ umount -v $LFS/sys</userinput></screen>
 
 <para>Unmount the LFS file system itself:</para>
 
-<screen><userinput>umount $LFS</userinput></screen>
+<screen><userinput>umount -v $LFS</userinput></screen>
 
 <para>If multiple partitions were created, unmount the other
 partitions before unmounting the main one, like this:</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051015">
-<!ENTITY releasedate "October 15, 2005">
+<!ENTITY version "SVN-20051019">
+<!ENTITY releasedate "October 19, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->