Pārlūkot izejas kodu

Change cp syntax in Tcl instructions to match rest of book - add verbose switch

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7217 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 19 gadi atpakaļ
vecāks
revīzija
646a1845e5
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 1 1
      chapter05/tcl.xml
  2. 2 2
      general.ent

+ 1 - 1
chapter05/tcl.xml

@@ -40,7 +40,7 @@ linkend="chapter-building-system"/>.</para>
 
 
 <para>Tcl's configure script has a syntax error:</para>
 <para>Tcl's configure script has a syntax error:</para>
 <screen><userinput>cd unix
 <screen><userinput>cd unix
-cp configure configure.orig
+cp -v configure{,.orig}
 sed "s/relid'/relid/" configure.orig &gt; configure</userinput></screen>
 sed "s/relid'/relid/" configure.orig &gt; configure</userinput></screen>
 
 
 <para>Prepare Tcl for compilation:</para>
 <para>Prepare Tcl for compilation:</para>

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "SVN-20051212">
-<!ENTITY releasedate "December 12, 2005">
+<!ENTITY version "SVN-20051213">
+<!ENTITY releasedate "December 13, 2005">
 <!ENTITY milestone "6.2">
 <!ENTITY milestone "6.2">
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->
 <!ENTITY generic-version "development"> <!-- Use "development", "testing", or "x.y[-pre{x}]" -->