Changes several instruvions to add an -v switch.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9018 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2009-07-29 18:09:34 +00:00
parent 90b375c5e9
commit d9ed5f3758
6 changed files with 17 additions and 6 deletions

View File

@ -36,6 +36,17 @@
</listitem> </listitem>
--> -->
<listitem>
<para>2009-07-29</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Add -v to various commands.
Fixes
<ulink url="&lfs-ticket-root;2462">#2462</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem> <listitem>
<para>2009-07-28</para> <para>2009-07-28</para>

View File

@ -48,7 +48,7 @@
<para>Fix an error in the constants that get passed to the futex system <para>Fix an error in the constants that get passed to the futex system
call in some cases, causing certain pthread_mutex operations to fail:</para> call in some cases, causing certain pthread_mutex operations to fail:</para>
<screen><userinput remap="pre">cp nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig} <screen><userinput remap="pre">cp -v nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S{,.orig}
sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \ sed -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
&lt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \ &lt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \
&gt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen> &gt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>

View File

@ -68,7 +68,7 @@
Unpack the tarball from within the Glibc source directory:</para> Unpack the tarball from within the Glibc source directory:</para>
<screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2 <screen><userinput remap="pre">tar -xvf ../glibc-libidn-&glibc-version;.tar.bz2
mv glibc-libidn-&glibc-version; libidn</userinput></screen> mv -v glibc-libidn-&glibc-version; libidn</userinput></screen>
<!-- <!--
This should have been fixed a long time ago. This should have been fixed a long time ago.

View File

@ -65,7 +65,7 @@
<para>Install the documentation:</para> <para>Install the documentation:</para>
<screen><userinput remap="install">make html <screen><userinput remap="install">make html
mkdir -p /usr/share/doc/mpfr-&mpfr-version; mkdir -pv /usr/share/doc/mpfr-&mpfr-version;
find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen> find . -name \*.html -type f -exec cp -v \{} /usr/share/doc/mpfr-&mpfr-version; \;</userinput></screen>
</sect2> </sect2>

View File

@ -85,7 +85,7 @@
recreated, the following optional commands will accomplish the task:</para> recreated, the following optional commands will accomplish the task:</para>
<screen role="nodump"><userinput>cd /usr/share/info <screen role="nodump"><userinput>cd /usr/share/info
rm dir rm -v dir
for f in * for f in *
do install-info $f dir 2&gt;/dev/null do install-info $f dir 2&gt;/dev/null
done</userinput></screen> done</userinput></screen>

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-20090728"> <!ENTITY version "SVN-20090729">
<!ENTITY releasedate "July 28, 2009"> <!ENTITY releasedate "July 29, 2009">
<!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; --> <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "6.5"> <!ENTITY milestone "6.5">
<!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" --> <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->