Changeset cb983a8


Ignore:
Timestamp:
06/07/2004 02:32:37 PM (20 years ago)
Author:
Zack Winkles <winkie@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
71bbe67
Parents:
4661335e
Message:

Globally changed DejaGnu to DejaGNU

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3759 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r4661335e rcb983a8  
    104104</listitem>
    105105
     106<listitem><para>June 7, 2004 [winkie]: Globally changed <quote>DejaGnu</quote>
     107to <quote>DejaGNU</quote>.</para></listitem>
     108
     109<listitem><para>June 7, 2004 [winkie]: Upgraded to Vim 6.3.</para></listitem>
     110
    106111<listitem><para>June 2, 2004 [matt]: Prologue - acknowledgments, Added Thomas
    107112Reitelbach as the German translator</para></listitem>
  • chapter03/packages.xml

    r4661335e rcb983a8  
    6262
    6363<varlistentry>
    64 <term>DejaGnu (&dejagnu-version;) - 1,055 KB:</term>
     64<term>DejaGNU (&dejagnu-version;) - 1,055 KB:</term>
    6565<listitem>
    6666<para><ulink url="&freshmeat;dejagnu/"/></para>
  • chapter05/binutils-pass1.xml

    r4661335e rcb983a8  
    9797
    9898<para>Compilation is complete. Normally we would now run the test suite, but
    99 at this early stage the test suite framework (Tcl, Expect and DejaGnu) is not
     99at this early stage the test suite framework (Tcl, Expect and DejaGNU) is not
    100100yet in place. And there would be little point in running the tests anyhow,
    101101since the programs from this first pass will soon be replaced by those from the
  • chapter05/dejagnu.xml

    r4661335e rcb983a8  
    44  %general-entities;
    55]>
    6 <sect1 id="ch-tools-dejagnu" xreflabel="DejaGnu" role="wrap">
    7 <title>DejaGnu-&dejagnu-version;</title>
     6<sect1 id="ch-tools-dejagnu" xreflabel="DejaGNU" role="wrap">
     7<title>DejaGNU-&dejagnu-version;</title>
    88<?dbhtml filename="dejagnu.html"?>
    99
    10 <indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGnu">DejaGnu</primary></indexterm>
     10<indexterm zone="ch-tools-dejagnu"><primary sortas="a-DejaGNU">DejaGNU</primary></indexterm>
    1111
    1212<sect2 role="package"><title/>
    13 <para>The DejaGnu package contains a framework for testing other programs.</para>
     13<para>The DejaGNU package contains a framework for testing other programs.</para>
    1414
    1515<segmentedlist>
     
    2020
    2121<segmentedlist>
    22 <segtitle>Dejagnu installation depends on</segtitle>
     22<segtitle>DejaGNU installation depends on</segtitle>
    2323<seglistitem><seg>Bash, Binutils, Coreutils, Diffutils,
    2424GCC, Glibc, Grep, Make, Sed</seg></seglistitem>
     
    2727
    2828<sect2 role="installation">
    29 <title>Installation of DejaGnu</title>
     29<title>Installation of DejaGNU</title>
    3030
    31 <para>Prepare DejaGnu for compilation:</para>
     31<para>Prepare DejaGNU for compilation:</para>
    3232
    3333<screen><userinput>./configure --prefix=/tools</userinput></screen>
     
    4040
    4141
    42 <sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGnu</title>
     42<sect2 id="contents-dejagnu" role="content"><title>Contents of DejaGNU</title>
    4343
    4444<segmentedlist>
     
    5454<indexterm zone="ch-tools-dejagnu runtest"><primary sortas="b-runtest">runtest</primary></indexterm>
    5555<para>is the wrapper script that finds the proper
    56 <command>expect</command> shell and then runs DejaGnu.</para>
     56<command>expect</command> shell and then runs DejaGNU.</para>
    5757</listitem>
    5858</varlistentry>
  • chapter05/gcc-pass2.xml

    r4661335e rcb983a8  
    2626
    2727<para>The tools required to test GCC and Binutils are installed now: Tcl,
    28 Expect and DejaGnu. Therefore we can now rebuild GCC and Binutils, linking
     28Expect and DejaGNU. Therefore we can now rebuild GCC and Binutils, linking
    2929them against the new Glibc, and test them properly (if running the test suites
    3030in this chapter). One thing to note, however, is that these test suites are
  • chapter06/revisedchroot.xml

    r4661335e rcb983a8  
    2525
    2626<note><para>Removing <filename class="directory">/tools</filename> will also
    27 remove the temporary copies of Tcl, Expect and DejaGnu, which were used for
     27remove the temporary copies of Tcl, Expect and DejaGNU, which were used for
    2828running the toolchain tests. If you want to use these programs later on, you
    2929will need to recompile and re-install them. The installation instructions are
  • general.ent

    r4661335e rcb983a8  
    11<?xml version="1.0" encoding="ISO-8859-1"?>
    22<!ENTITY version "CVS-20040607">
    3 <!ENTITY releasedate "June 7th, 2004">
     3<!ENTITY releasedate "June 7, 2004">
    44<!ENTITY milestone "6.0">
    55
Note: See TracChangeset for help on using the changeset viewer.