source: BOOK/testsuite-tools/mips/expect.xml @ 1aebe7f

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 1aebe7f was 1aebe7f, checked in by Jim Gifford <clfs@…>, 18 years ago

r966@server (orig r964): jim | 2005-12-26 22:56:39 -0800

r1198@server: jim | 2005-12-26 22:35:24 -0800
Expect update for MIPS


  • Property mode set to 100644
File size: 2.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4  <!ENTITY % general-entities SYSTEM "../../general.ent">
5  %general-entities;
6]>
7
8<sect1 id="ch-testsuite-tools-expect" role="wrap">
9  <?dbhtml filename="expect.html"?>
10
11  <title>Expect-&expect-version;</title>
12
13  <indexterm zone="ch-testsuite-tools-expect">
14    <primary sortas="a-Expect">Expect</primary>
15  </indexterm>
16
17  <sect2 role="package">
18    <title/>
19
20    <para>The Expect package contains a program for carrying out scripted
21    dialogues with other interactive programs.</para>
22
23    <segmentedlist>
24      <segtitle>&dependencies;</segtitle>
25
26      <seglistitem>
27        <seg>Bash, Binutils, Coreutils, Diffutils,
28        GCC, Glibc, Grep, Make, Sed, and Tcl</seg>
29      </seglistitem>
30    </segmentedlist>
31
32  </sect2>
33
34  <sect2 role="installation">
35    <title>Installation of Expect</title>
36
37   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
38    href="../common/expect.xml"
39    xpointer="xpointer(//*[@os='a'])"/>
40
41    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
42    href="../common/expect.xml"
43    xpointer="xpointer(//*[@os='b'])"/>
44
45    <para os="p1">This patch updates config.guess and config.sub for MIPS processors.</para>
46
47<screen os="p2"><userinput>patch -Np1 -i ../&expect-mips_update-patch;</userinput></screen>
48
49    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
50    href="../common/expect.xml"
51    xpointer="xpointer(//*[@os='c'])"/>
52
53    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
54    href="../common/expect.xml"
55    xpointer="xpointer(//*[@os='d'])"/>
56
57    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
58    href="../common/expect.xml"
59    xpointer="xpointer(//*[@os='e'])"/>
60
61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
62    href="../common/expect.xml"
63    xpointer="xpointer(//*[@os='f'])"/>
64
65    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
66    href="../common/expect.xml"
67    xpointer="xpointer(//*[@os='g'])"/>
68
69    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
70    href="../common/expect.xml"
71    xpointer="xpointer(//*[@os='i'])"/>
72
73    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
74    href="../common/expect.xml"
75    xpointer="xpointer(//*[@os='j'])"/>
76
77    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
78    href="../common/expect.xml"
79    xpointer="xpointer(//*[@os='k'])"/>
80
81  </sect2>
82
83  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
84  href="../common/expect.xml"
85  xpointer="xpointer(id('contents-expect'))"/>
86
87</sect1>
Note: See TracBrowser for help on using the repository browser.