Globally changed DejaGnu to DejaGNU

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Zack Winkles 2004-06-07 14:32:37 +00:00
parent 4661335e24
commit cb983a87d4
7 changed files with 19 additions and 14 deletions

View File

@ -103,6 +103,11 @@ first a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </listitem>
<listitem><para>June 7, 2004 [winkie]: Globally changed <quote>DejaGnu</quote>
to <quote>DejaGNU</quote>.</para></listitem>
<listitem><para>June 7, 2004 [winkie]: Upgraded to Vim 6.3.</para></listitem>
<listitem><para>June 2, 2004 [matt]: Prologue - acknowledgments, Added Thomas <listitem><para>June 2, 2004 [matt]: Prologue - acknowledgments, Added Thomas
Reitelbach as the German translator</para></listitem> Reitelbach as the German translator</para></listitem>

View File

@ -61,7 +61,7 @@
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term>DejaGnu (&dejagnu-version;) - 1,055 KB:</term> <term>DejaGNU (&dejagnu-version;) - 1,055 KB:</term>
<listitem> <listitem>
<para><ulink url="&freshmeat;dejagnu/"/></para> <para><ulink url="&freshmeat;dejagnu/"/></para>
</listitem> </listitem>

View File

@ -96,7 +96,7 @@ is passed to the <command>libtool</command> program, which then passes
</variablelist> </variablelist>
<para>Compilation is complete. Normally we would now run the test suite, but <para>Compilation is complete. Normally we would now run the test suite, but
at this early stage the test suite framework (Tcl, Expect and DejaGnu) is not at this early stage the test suite framework (Tcl, Expect and DejaGNU) is not
yet in place. And there would be little point in running the tests anyhow, yet in place. And there would be little point in running the tests anyhow,
since the programs from this first pass will soon be replaced by those from the since the programs from this first pass will soon be replaced by those from the
second.</para> second.</para>

View File

@ -3,14 +3,14 @@
<!ENTITY % general-entities SYSTEM "../general.ent"> <!ENTITY % general-entities SYSTEM "../general.ent">
%general-entities; %general-entities;
]> ]>
<sect1 id="ch-tools-dejagnu" xreflabel="DejaGnu" role="wrap"> <sect1 id="ch-tools-dejagnu" xreflabel="DejaGNU" role="wrap">
<title>DejaGnu-&dejagnu-version;</title> <title>DejaGNU-&dejagnu-version;</title>
<?dbhtml filename="dejagnu.html"?> <?dbhtml filename="dejagnu.html"?>
<indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGnu">DejaGnu</primary></indexterm> <indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGNU">DejaGNU</primary></indexterm>
<sect2 role="package"><title/> <sect2 role="package"><title/>
<para>The DejaGnu package contains a framework for testing other programs.</para> <para>The DejaGNU package contains a framework for testing other programs.</para>
<segmentedlist> <segmentedlist>
<segtitle>&buildtime;</segtitle> <segtitle>&buildtime;</segtitle>
@ -19,16 +19,16 @@
</segmentedlist> </segmentedlist>
<segmentedlist> <segmentedlist>
<segtitle>Dejagnu installation depends on</segtitle> <segtitle>DejaGNU installation depends on</segtitle>
<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils, <seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
GCC, Glibc, Grep, Make, Sed</seg></seglistitem> GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
</segmentedlist> </segmentedlist>
</sect2> </sect2>
<sect2 role="installation"> <sect2 role="installation">
<title>Installation of DejaGnu</title> <title>Installation of DejaGNU</title>
<para>Prepare DejaGnu for compilation:</para> <para>Prepare DejaGNU for compilation:</para>
<screen><userinput>./configure --prefix=/tools</userinput></screen> <screen><userinput>./configure --prefix=/tools</userinput></screen>
@ -39,7 +39,7 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
</sect2> </sect2>
<sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGnu</title> <sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGNU</title>
<segmentedlist> <segmentedlist>
<segtitle>Installed program</segtitle> <segtitle>Installed program</segtitle>
@ -53,7 +53,7 @@ GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
<listitem> <listitem>
<indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm> <indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm>
<para>is the wrapper script that finds the proper <para>is the wrapper script that finds the proper
<command>expect</command> shell and then runs DejaGnu.</para> <command>expect</command> shell and then runs DejaGNU.</para>
</listitem> </listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>

View File

@ -25,7 +25,7 @@
<title>Re-installation of GCC</title> <title>Re-installation of GCC</title>
<para>The tools required to test GCC and Binutils are installed now: Tcl, <para>The tools required to test GCC and Binutils are installed now: Tcl,
Expect and DejaGnu. Therefore we can now rebuild GCC and Binutils, linking Expect and DejaGNU. Therefore we can now rebuild GCC and Binutils, linking
them against the new Glibc, and test them properly (if running the test suites them against the new Glibc, and test them properly (if running the test suites
in this chapter). One thing to note, however, is that these test suites are in this chapter). One thing to note, however, is that these test suites are
highly dependent on properly functioning pseudo terminals (PTYs) which are highly dependent on properly functioning pseudo terminals (PTYs) which are

View File

@ -24,7 +24,7 @@ up and store it in a safe place, in case you want to build another LFS system
soon.</para> soon.</para>
<note><para>Removing <filename class="directory">/tools</filename> will also <note><para>Removing <filename class="directory">/tools</filename> will also
remove the temporary copies of Tcl, Expect and DejaGnu, which were used for remove the temporary copies of Tcl, Expect and DejaGNU, which were used for
running the toolchain tests. If you want to use these programs later on, you running the toolchain tests. If you want to use these programs later on, you
will need to recompile and re-install them. The installation instructions are will need to recompile and re-install them. The installation instructions are
the same as in <xref linkend="chapter-temporary-tools"/>, apart from changing the same as in <xref linkend="chapter-temporary-tools"/>, apart from changing

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?> <?xml version="1.0" encoding="ISO-8859-1"?>
<!ENTITY version "CVS-20040607"> <!ENTITY version "CVS-20040607">
<!ENTITY releasedate "June 7th, 2004"> <!ENTITY releasedate "June 7, 2004">
<!ENTITY milestone "6.0"> <!ENTITY milestone "6.0">
<!ENTITY lfs-root "http://www.linuxfromscratch.org/"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/">