Add the verbose flag when copying files in chapter 5's util-linux build. Thanks to Robert Connolly for the report.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7826 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2006-10-11 21:26:47 +00:00
parent fb2c869ef5
commit 87a779d6a8
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ make -C text-utils more</userinput></screen>
<para>Copy these programs to the temporary tools directory:</para> <para>Copy these programs to the temporary tools directory:</para>
<screen><userinput>cp mount/{,u}mount text-utils/more /tools/bin</userinput></screen> <screen><userinput>cp -v mount/{,u}mount text-utils/more /tools/bin</userinput></screen>
</sect2> </sect2>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "SVN-20061008"> <!ENTITY version "SVN-20061011">
<!ENTITY releasedate "October 8, 2006"> <!ENTITY releasedate "October 11, 2006">
<!ENTITY milestone "6.3"> <!ENTITY milestone "6.3">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->