Normalizing the spelling of 'Tcl' and 'DejaGnu'.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2835 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Alex Gronenwoud 2003-09-17 22:00:37 +00:00
parent 783c041149
commit 2ea93a3240
9 changed files with 16 additions and 16 deletions

View File

@ -42,7 +42,7 @@ and vim can't be suspended.</para></sect4>
<para>shtags.pl generates a tag file for perl scripts.</para></sect4>
<sect4><title>tcltags</title>
<para>tcltags generates a tag file for TCL code.</para></sect4>
<para>tcltags generates a tag file for Tcl code.</para></sect4>
<sect4><title>vi</title>
<para>vi starts vim in vi-compatible mode.</para></sect4>

View File

@ -193,7 +193,7 @@ Added coreutils-5.0-hostname-2.patch, which suppresses the build of the
hostname binary, and also suppresses its check.</para></listitem>
<listitem><para>September 9th, 2003 [jeremy]: Added some notes regarding failed
tests to Glibc and Dejagnu.</para></listitem>
tests to Glibc and DejaGnu.</para></listitem>
<listitem><para>September 9th, 2003 [jeremy]: Glibc - Added commands to both
Chapter 5 and 6 to include minimum locales necessary for
@ -389,7 +389,7 @@ mention of a wget script.</para></listitem>
<listitem><para>August 9th, 2003 [alex]: Chapter 05 - Binutils Pass2 and GCC
Pass 2: integrated some text from the pure-lfs hint.</para></listitem>
<listitem><para>August 8th, 2003 [alex]: Chapter 05 - Tcl, Expect, and DejaGNU:
<listitem><para>August 8th, 2003 [alex]: Chapter 05 - Tcl, Expect, and DejaGnu:
added some text.</para></listitem>
<listitem><para>August 6th, 2003 [gerard]: Applied Alex Groenewoud's patch
@ -478,8 +478,8 @@ ownership" patch to polish the text. Closes bug #511.</para></listitem>
<listitem><para>May 13th, 2003 [winkie]: Chapter 06: Applied "Configuring
system components" patch to polish the text. Closes bug #510.</para></listitem>
<listitem><para>May 13th, 2003 [gerard]: Chapter 06: Removed TCL, Expect
and DejaGNU. Nothing uses this once past GCC in chapter 6. The versions
<listitem><para>May 13th, 2003 [gerard]: Chapter 06: Removed Tcl, Expect
and DejaGnu. Nothing uses this once past GCC in chapter 6. The versions
in /stage1/bin do the job just fine.</para></listitem>
<listitem><para>May 13th, 2003 [winkie]: Chapter 06 - Installing Shadow:

View File

@ -68,7 +68,7 @@ Bzip2 (&bzip2-version;) - &bzip2-size;:
Coreutils (&coreutils-version;) - &coreutils-size;:
<ulink url="http://freshmeat.net/projects/coreutils/"/>
DejaGNU (&dejagnu-version;) - &dejagnu-size;:
DejaGnu (&dejagnu-version;) - &dejagnu-size;:
<ulink url="http://freshmeat.net/projects/dejagnu/"/>
Diffutils (&diffutils-version;) - &diffutils-size;:
@ -200,7 +200,7 @@ Sysvinit (&sysvinit-version;) - &sysvinit-size;:
Tar (&tar-version;) - &tar-size;:
<ulink url="ftp://alpha.gnu.org/gnu/tar/"/>
TCL (&tcl-version;) - &tcl-size;:
Tcl (&tcl-version;) - &tcl-size;:
<ulink url="http://freshmeat.net/projects/tcltk/"/>
Texinfo (&texinfo-version;) - &texinfo-size;:

View File

@ -1,9 +1,9 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of DejaGNU</title>
<title>Installation of DejaGnu</title>
<para>Prepare DejaGNU to be compiled:</para>
<para>Prepare DejaGnu to be compiled:</para>
<para><screen><userinput>./configure --prefix=/tools</userinput></screen></para>

View File

@ -1,5 +1,5 @@
<sect1 id="ch05-dejagnu">
<title>Installing DejaGNU-&dejagnu-version;</title>
<title>Installing DejaGnu-&dejagnu-version;</title>
<?dbhtml filename="dejagnu.html" dir="chapter05"?>
<screen>Estimated build time: &dejagnu-time-static;

View File

@ -4,7 +4,7 @@
<title>Re-installation of GCC</title>
<para>The tools required to test GCC and Binutils are installed now
(Expect, TCL and DejaGNU). We can continue on rebuilding GCC and Binutils,
(Expect, Tcl and DejaGnu). We can continue on rebuilding GCC and Binutils,
link them against the new Glibc, and test them properly. One thing to note,
however, is that these test suites are highly dependent on the features
supported by your host distribution. Most notably, a host distribution

View File

@ -1,7 +1,7 @@
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
<sect2>
<title>Installation of TCL</title>
<title>Installation of Tcl</title>
<para>This package and the next two are only installed to be able to run the
test suites for GCC and Binutils. Installing three packages just for testing
@ -13,7 +13,7 @@ to know that our most important tools are working properly.</para>
<para><screen><userinput>cd unix
./configure --prefix=/tools</userinput></screen></para>
<para>Build, the package:</para>
<para>Build the package:</para>
<para><screen><userinput>make</userinput></screen></para>

View File

@ -1,5 +1,5 @@
<sect1 id="ch05-tcl">
<title>Installing TCL-&tcl-version;</title>
<title>Installing Tcl-&tcl-version;</title>
<?dbhtml filename="tcl.html" dir="chapter05"?>
<screen>Estimated build time: &tcl-time-static;

View File

@ -8,8 +8,8 @@ it, you should run the following modified chroot command.</para>
<para>Additionally, now that all software has been installed there is no
need to use anything from the <filename
class="directory">/tools</filename> directory anymore, so it may be deleted.
However, since the TCL, Expect, and DejaGNU packages only exist here, you
may want to reinstall them after removing the /tools directory.</para>
However, since the Tcl, Expect, and DejaGnu packages only exist here, you
may want to reinstall them after removing that directory.</para>
<para><screen><userinput>chroot $LFS /usr/bin/env -i \
&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \