Browse Source

cp -v, to .orig, in Expect chap5, like we do with the rest of the book.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8594 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Robert Connolly 17 years ago
parent
commit
a877994145
2 changed files with 6 additions and 2 deletions
  1. 4 0
      chapter01/changelog.xml
  2. 2 2
      chapter05/expect.xml

+ 4 - 0
chapter01/changelog.xml

@@ -40,6 +40,10 @@
     <listitem>
     <listitem>
       <para>2008-10-06</para>
       <para>2008-10-06</para>
       <itemizedlist>
       <itemizedlist>
+        <listitem>
+          <para>[robert] - cp -v, to .orig, in Expect chap5, like we do with
+          the rest of the book.</para>
+        </listitem>
         <listitem>
         <listitem>
           <para>[randy] - Updated Tar to 1.20.</para>
           <para>[randy] - Updated Tar to 1.20.</para>
         </listitem>
         </listitem>

+ 2 - 2
chapter05/expect.xml

@@ -55,8 +55,8 @@
     This will ensure that our testsuite tools remain sane for the final builds of our
     This will ensure that our testsuite tools remain sane for the final builds of our
     toolchain:</para>
     toolchain:</para>
 
 
-<screen><userinput remap="pre">cp configure{,.bak}
-sed 's:/usr/local/bin:/bin:' configure.bak &gt; configure</userinput></screen>
+<screen><userinput remap="pre">cp -v configure{,.orig}
+sed 's:/usr/local/bin:/bin:' configure.orig &gt; configure</userinput></screen>
 
 
     <para>Now prepare Expect for compilation:</para>
     <para>Now prepare Expect for compilation:</para>