Author: bdubbs
Date: 2009-07-29 12:09:34 -0600 (Wed, 29 Jul 2009)
New Revision: 9018

Modified:
   branches/6.5/BOOK/chapter01/changelog.xml
   branches/6.5/BOOK/chapter05/glibc.xml
   branches/6.5/BOOK/chapter06/glibc.xml
   branches/6.5/BOOK/chapter06/mpfr.xml
   branches/6.5/BOOK/chapter06/texinfo.xml
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/glibc.xml
   trunk/BOOK/chapter06/glibc.xml
   trunk/BOOK/chapter06/mpfr.xml
   trunk/BOOK/chapter06/texinfo.xml
   trunk/BOOK/general.ent
Log:
Changes several instruvions to add an -v switch.


Modified: branches/6.5/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.5/BOOK/chapter01/changelog.xml   2009-07-28 20:57:19 UTC (rev 
9017)
+++ branches/6.5/BOOK/chapter01/changelog.xml   2009-07-29 18:09:34 UTC (rev 
9018)
@@ -36,13 +36,24 @@
     </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>
       <para>2009-07-28</para>
       <itemizedlist>
         <listitem>
-          <para>[matthew] - Correct the instructions for running
-          Module-Init-Tools' testsuite. Fixes
+          <para>[matthew] - Correct the commands for running Module-Init-Tools'
+          testsuite. Fixes
           <ulink url="&lfs-ticket-root;2468">#2468</ulink>.</para>
         </listitem>
         <listitem>

Modified: branches/6.5/BOOK/chapter05/glibc.xml
===================================================================
--- branches/6.5/BOOK/chapter05/glibc.xml       2009-07-28 20:57:19 UTC (rev 
9017)
+++ branches/6.5/BOOK/chapter05/glibc.xml       2009-07-29 18:09:34 UTC (rev 
9018)
@@ -48,7 +48,7 @@
     <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>
 
-<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/' \
         &lt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \
         
&gt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>

Modified: branches/6.5/BOOK/chapter06/glibc.xml
===================================================================
--- branches/6.5/BOOK/chapter06/glibc.xml       2009-07-28 20:57:19 UTC (rev 
9017)
+++ branches/6.5/BOOK/chapter06/glibc.xml       2009-07-29 18:09:34 UTC (rev 
9018)
@@ -68,7 +68,7 @@
     Unpack the tarball from within the Glibc source directory:</para>
 
 <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.

Modified: branches/6.5/BOOK/chapter06/mpfr.xml
===================================================================
--- branches/6.5/BOOK/chapter06/mpfr.xml        2009-07-28 20:57:19 UTC (rev 
9017)
+++ branches/6.5/BOOK/chapter06/mpfr.xml        2009-07-29 18:09:34 UTC (rev 
9018)
@@ -65,7 +65,7 @@
     <para>Install the documentation:</para>
 
 <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>
 
   </sect2>

Modified: branches/6.5/BOOK/chapter06/texinfo.xml
===================================================================
--- branches/6.5/BOOK/chapter06/texinfo.xml     2009-07-28 20:57:19 UTC (rev 
9017)
+++ branches/6.5/BOOK/chapter06/texinfo.xml     2009-07-29 18:09:34 UTC (rev 
9018)
@@ -85,7 +85,7 @@
     recreated, the following optional commands will accomplish the task:</para>
 
 <screen role="nodump"><userinput>cd /usr/share/info
-rm dir
+rm -v dir
 for f in *
 do install-info $f dir 2&gt;/dev/null
 done</userinput></screen>

Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml  2009-07-28 20:57:19 UTC (rev 9017)
+++ trunk/BOOK/chapter01/changelog.xml  2009-07-29 18:09:34 UTC (rev 9018)
@@ -36,7 +36,18 @@
     </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>
       <para>2009-07-28</para>
       <itemizedlist>

Modified: trunk/BOOK/chapter05/glibc.xml
===================================================================
--- trunk/BOOK/chapter05/glibc.xml      2009-07-28 20:57:19 UTC (rev 9017)
+++ trunk/BOOK/chapter05/glibc.xml      2009-07-29 18:09:34 UTC (rev 9018)
@@ -48,7 +48,7 @@
     <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>
 
-<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/' \
         &lt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S.orig \
         
&gt;nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>

Modified: trunk/BOOK/chapter06/glibc.xml
===================================================================
--- trunk/BOOK/chapter06/glibc.xml      2009-07-28 20:57:19 UTC (rev 9017)
+++ trunk/BOOK/chapter06/glibc.xml      2009-07-29 18:09:34 UTC (rev 9018)
@@ -68,7 +68,7 @@
     Unpack the tarball from within the Glibc source directory:</para>
 
 <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.

Modified: trunk/BOOK/chapter06/mpfr.xml
===================================================================
--- trunk/BOOK/chapter06/mpfr.xml       2009-07-28 20:57:19 UTC (rev 9017)
+++ trunk/BOOK/chapter06/mpfr.xml       2009-07-29 18:09:34 UTC (rev 9018)
@@ -65,7 +65,7 @@
     <para>Install the documentation:</para>
 
 <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>
 
   </sect2>

Modified: trunk/BOOK/chapter06/texinfo.xml
===================================================================
--- trunk/BOOK/chapter06/texinfo.xml    2009-07-28 20:57:19 UTC (rev 9017)
+++ trunk/BOOK/chapter06/texinfo.xml    2009-07-29 18:09:34 UTC (rev 9018)
@@ -85,7 +85,7 @@
     recreated, the following optional commands will accomplish the task:</para>
 
 <screen role="nodump"><userinput>cd /usr/share/info
-rm dir
+rm -v dir
 for f in *
 do install-info $f dir 2&gt;/dev/null
 done</userinput></screen>

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2009-07-28 20:57:19 UTC (rev 9017)
+++ trunk/BOOK/general.ent      2009-07-29 18:09:34 UTC (rev 9018)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20090728">
-<!ENTITY releasedate "July 28, 2009">
+<!ENTITY version "SVN-20090729">
+<!ENTITY releasedate "July 29, 2009">
 <!ENTITY copyrightdate "1999-2009"><!-- jhalfs needs a literal dash, not 
&ndash; -->
 <!ENTITY milestone "6.5">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or 
"x.y[-pre{x}]" -->

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to