mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
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:
parent
fb2c869ef5
commit
87a779d6a8
@ -61,7 +61,7 @@ make -C text-utils more</userinput></screen>
|
||||
|
||||
<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>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||
<!ENTITY version "SVN-20061008">
|
||||
<!ENTITY releasedate "October 8, 2006">
|
||||
<!ENTITY version "SVN-20061011">
|
||||
<!ENTITY releasedate "October 11, 2006">
|
||||
<!ENTITY milestone "6.3">
|
||||
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user