Changeset 134ba96


Ignore:
Timestamp:
Feb 21, 2006, 1:47:04 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
88acd8a
Parents:
628632d
Message:

r920@server (orig r918): jim | 2005-12-19 23:10:57 -0800

r1104@server: jim | 2005-12-18 23:35:49 -0800
First part1 of the change from temp-tools to testsuite-tools


Location:
BOOK
Files:
1 added
2 deleted
29 edited
25 moved

Legend:

Unmodified
Added
Removed
  • BOOK/Makefile

    r628632d r134ba96  
    5858        echo "Troubleshooting $$arch..." ; \
    5959        xmllint --xinclude --nonet --postvalid $(PWD)/$$arch-index.xml > /tmp/dump-$$arch ; \
    60         xmllint --xinclude --noout --nonet --valid /tmp/dump-$$ach ; \
     60        xmllint --xinclude --noout --nonet --valid /tmp/dump-$$arch ; \
    6161        echo "You can now look at /tmp/dump-$$arch to see the errors"
    6262endef
  • BOOK/alpha-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/alpha-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/alpha-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/alpha-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/alpha-chapter.xml"/>
  • BOOK/boot/common/settingenviron.xml

    r628632d r134ba96  
    3131  <para>By putting <filename class="directory">/tools/bin</filename> at
    3232  the end of the standard <envar>PATH</envar>, all the programs installed in
    33   <xref linkend="chapter-temporary-tools"/> are only picked up by the shell
     33  <xref linkend="chapter-temp-system"/> are only picked up by the shell
    3434  if they have not yet been built on the target system. This configuration
    3535  forces use of the final system binaries as they are built over the
    36   temporary-tools, minimising the chance final system programs being built
    37   against the temporary-tools.</para>
     36  temp-system, minimising the chance final system programs being built
     37  against the temp-system.</para>
    3838
    3939</sect1>
  • BOOK/final-preps/abouttestsuites.xml

    r628632d r134ba96  
    3030    <para>Experience has shown that there is little to be gained
    3131    from running the test suites in <xref
    32     linkend="chapter-temporary-tools"/>. There can be no escaping the fact
     32    linkend="chapter-testsuite-tools"/>. There can be no escaping the fact
    3333    that the host system always exerts some influence on the tests in that
    3434    chapter, often causing inexplicable failures. Because the tools built
    35     in <xref linkend="chapter-temporary-tools"/> are temporary and
     35    in <xref linkend="chapter-testsuite-tools"/> are temporary and
    3636    eventually discarded, we do not recommend running the test suites in
    37     <xref linkend="chapter-temporary-tools"/> for the average reader. The
     37    <xref linkend="chapter-testsuite-tools"/> for the average reader. The
    3838    instructions for running those test suites are provided for the
    3939    benefit of testers and developers, but they are strictly
     
    4747  <systemitem class="filesystem">devpts</systemitem> file system set up
    4848  correctly. This issue is discussed in greater detail in <xref
    49   linkend="chapter-temporary-tools"/>.</para>
     49  linkend="chapter-testsuite-tools"/>.</para>
    5050
    5151  <para>Sometimes package test suites will fail, but for reasons which the
  • BOOK/final-preps/creatingtoolsdir.xml

    r628632d r134ba96  
    1111  <title>Creating the $LFS/tools Directory</title>
    1212
    13   <para>All programs compiled in <xref linkend="chapter-temporary-tools"/>
     13  <para>All programs compiled in <xref linkend="chapter-temp-system"/>
    1414  will be installed under <filename class="directory">$LFS/tools</filename>
    1515  to keep them separate from the programs compiled in <xref
     
    1919  after their use. This also prevents these programs from ending up in the
    2020  host production directories (easy to do by accident in <xref
    21   linkend="chapter-temporary-tools"/>).</para>
     21  linkend="chapter-temp-system"/>).</para>
    2222
    2323  <para>Create the required directory by running the following as
  • BOOK/introduction/common/how.xml

    r628632d r134ba96  
    4040  <xref linkend="chapter-final-preps"/> carefully as it explains several
    4141  important issues the developer should be aware of before beginning to
    42   work through <xref linkend="chapter-temporary-tools"/> and
     42  work through <xref linkend="chapter-temp-system"/> and
    4343  beyond.</para>
    4444
    45   <para><xref linkend="chapter-temporary-tools"/> explains the
     45  <para><xref linkend="chapter-temp-system"/> explains the
    4646  installation of a number of packages that will form the basic
    4747  development suite (or toolchain) which is used to build the actual
     
    5050  to compile a compiler, you need a compiler.</para>
    5151
    52   <para><xref linkend="chapter-temporary-tools"/> also shows the user
     52  <para><xref linkend="chapter-temp-system"/> also shows the user
    5353  how to build a first pass of the toolchain, including Binutils and GCC
    5454  (first pass basically means these two core packages will be re-installed
     
    5757  a second pass of the toolchain will be built. This time, the toolchain
    5858  will be dynamically linked against the newly built Glibc. The remaining
    59   <xref linkend="chapter-temporary-tools"/> packages are built using this
     59  <xref linkend="chapter-temp-system"/> packages are built using this
    6060  second pass toolchain. When this is done, the LFS installation process
    6161  will no longer depend on the host distribution, with the exception of the
     
    6464  <para>This effort to isolate the new system from the host distribution
    6565  may seem excessive, but a full technical explanation is provided at the
    66   beginning of <xref linkend="chapter-temporary-tools"/>.</para>
     66  beginning of <xref linkend="chapter-temp-system"/>.</para>
    6767
    6868  <para>In <xref linkend="chapter-building-system"/>, the full LFS system is
  • BOOK/mips-index.xml

    r628632d r134ba96  
    5757    <title>Building the LFS System</title>
    5858
    59     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/mips-chapter.xml"/>
     59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/mips-chapter.xml"/>
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips-chapter.xml"/>
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips-chapter.xml"/>
  • BOOK/mips64-64-index.xml

    r628632d r134ba96  
    5757    <title>Building the LFS System</title>
    5858
    59     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/mips64-64-chapter.xml"/>
     59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/mips64-64-chapter.xml"/>
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips64-64-chapter.xml"/>
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips64-chapter.xml"/>
  • BOOK/mips64-index.xml

    r628632d r134ba96  
    5757    <title>Building the LFS System</title>
    5858
    59     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/mips64-chapter.xml"/>
     59    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/mips64-chapter.xml"/>
    6060    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips64-chapter.xml"/>
    6161    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips64-chapter.xml"/>
  • BOOK/ppc-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/ppc-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/ppc-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/ppc-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/ppc-chapter.xml"/>
  • BOOK/sparc-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/sparc-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/sparc-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc-chapter.xml"/>
  • BOOK/sparc64-64-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/sparc64-64-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/sparc64-64-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc64-64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc64-chapter.xml"/>
  • BOOK/sparc64-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/sparc64-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/sparc64-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc64-chapter.xml"/>
  • BOOK/sparcv8-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/sparc-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/sparc-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparcv8-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc-chapter.xml"/>
  • BOOK/temp-system/64/perl.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-perl" role="wrap">
     8<sect1 id="ch-temp-system-perl" role="wrap">
    99  <?dbhtml filename="perl.html"?>
    1010
    1111  <title>Perl-&perl-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-perl">
     13  <indexterm zone="ch-temp-system-perl">
    1414    <primary sortas="a-Perl">Perl</primary>
    1515    <secondary>temporary tools</secondary>
     
    3535    xpointer="xpointer(//*[@os='c'])"/>
    3636
    37 <screen os="d"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX' \
    38    -Dcc="gcc ${BUILD64}"</userinput></screen>
     37    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     38    href="../common/perl.xml"
     39    xpointer="xpointer(//*[@os='d'])"/>
    3940
    4041    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    4243    xpointer="xpointer(//*[@os='e'])"/>
    4344
    44     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    45     href="../common/perl.xml"
    46     xpointer="xpointer(//*[@os='f'])"/>
     45<screen os="e"><userinput>./configure.gnu --prefix=/tools -Dstatic_ext='Data/Dumper IO Fcntl POSIX'</userinput></screen>
    4746
    4847    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    6261    xpointer="xpointer(//*[@os='j'])"/>
    6362
     63    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     64    href="../common/perl.xml"
     65    xpointer="xpointer(//*[@os='l'])"/>
     66
     67<screen os="m"><userinput>cp config.sh{,.orig}
     68   sed -e "s@\(^ar=\).*@\1'${AR}'@g" config.sh.orig > config.sh
     69   cp config.sh{,.orig}
     70   sed -e "s@\(^ranlib=\).*@\1'${RANLIB}'@g" config.sh.orig > config.sh
     71   cp config.sh{,.orig}
     72   sed -e "s@\(^cc=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh
     73   cp config.sh{,.orig}
     74   sed -e "s@\(^ld=\).*@\1'${CC} ${BUILD64}'@g" config.sh.orig > config.sh</userinput></screen>
     75
     76    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     77    href="../common/perl.xml"
     78    xpointer="xpointer(//*[@os='n'])"/>
     79
     80    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     81    href="../common/perl.xml"
     82    xpointer="xpointer(//*[@os='o'])"/>
     83
     84    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     85    href="../common/perl.xml"
     86    xpointer="xpointer(//*[@os='p'])"/>
     87
     88    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     89    href="../common/perl.xml"
     90    xpointer="xpointer(//*[@os='q'])"/>
     91
    6492  </sect2>
    6593
  • BOOK/temp-system/alpha-chapter.xml

    r628632d r134ba96  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3436
  • BOOK/temp-system/common/texinfo.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-texinfo" role="wrap">
     8<sect1 id="ch-temp-system-texinfo" role="wrap">
    99  <?dbhtml filename="texinfo.html"?>
    1010
    1111  <title>Texinfo-&texinfo-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-texinfo">
     13  <indexterm zone="ch-temp-system-texinfo">
    1414    <primary sortas="a-Texinfo">Texinfo</primary>
    1515    <secondary>temporary tools</secondary>
     
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>./configure --prefix=/tools</userinput></screen>
     29<screen os="b"><userinput>CC="${CC} ${BUILD32}" ./configure --prefix=/tools \
     30   --host=${LFS_TARGET} </userinput></screen>
    3031
    3132    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/mips-chapter.xml

    r628632d r134ba96  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3436
  • BOOK/temp-system/mips64-64-chapter.xml

    r628632d r134ba96  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/perl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3436
  • BOOK/temp-system/mips64-chapter.xml

    r628632d r134ba96  
    3535  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
     37  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
     38  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3739  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3840
  • BOOK/temp-system/multilib/texinfo.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-texinfo" role="wrap">
     8<sect1 id="ch-temp-system-texinfo" role="wrap">
    99  <?dbhtml filename="texinfo.html"?>
    1010
    1111  <title>Texinfo-&texinfo-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-texinfo">
     13  <indexterm zone="ch-temp-system-texinfo">
    1414    <primary sortas="a-Texinfo">Texinfo</primary>
    15     <secondary>temporary tools</secondary>
     15    <secondary>temporary system</secondary>
    1616  </indexterm>
    1717
     
    2727    xpointer="xpointer(//*[@os='a'])"/>
    2828
    29 <screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools</userinput></screen>
     29<screen os="b"><userinput>CC="gcc ${BUILD64}" ./configure --prefix=/tools \
     30   --host=${LFS_TARGET}</userinput></screen>
    3031
    3132    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/temp-system/ppc-chapter.xml

    r628632d r134ba96  
    1 <?xml version="1.0" encoding="ISO-8859-1"?>
    2 <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
     1<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
    32  "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
    43  <!ENTITY % general-entities SYSTEM "../general.ent">
     
    3130  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/>
    3231  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
     32  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3334  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3435
  • BOOK/temp-system/sparc-chapter.xml

    r628632d r134ba96  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3436
  • BOOK/temp-system/sparc64-64-chapter.xml

    r628632d r134ba96  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/perl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3436
  • BOOK/temp-system/sparc64-chapter.xml

    r628632d r134ba96  
    3333  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
     36  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3537  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3638
  • BOOK/temp-system/sparcv8-chapter.xml

    r628632d r134ba96  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3436
  • BOOK/temp-system/x86-chapter.xml

    r628632d r134ba96  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/bash.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3436
  • BOOK/temp-system/x86_64-64-chapter.xml

    r628632d r134ba96  
    3131  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/>
    3232  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
     33  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
     34  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3335  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3436
  • BOOK/temp-system/x86_64-chapter.xml

    r628632d r134ba96  
    3333  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/bash.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
     36  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    3537  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/>
    3638
  • BOOK/testsuite-tools/64/tcl.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-tcl" role="wrap">
     8<sect1 id="ch-testsuite-tools-tcl" role="wrap">
    99  <?dbhtml filename="tcl.html"?>
    1010
    1111  <title>Tcl-&tcl-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-tcl">
     13  <indexterm zone="ch-testsuite-tools-tcl">
    1414    <primary sortas="a-Tcl">Tcl</primary>
    1515  </indexterm>
  • BOOK/testsuite-tools/alpha-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
    2018  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2119
  • BOOK/testsuite-tools/common/dejagnu.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-dejagnu" role="wrap">
     8<sect1 id="ch-testsuite-tools-dejagnu" role="wrap">
    99  <?dbhtml filename="dejagnu.html"?>
    1010
    1111  <title>DejaGNU-&dejagnu-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-dejagnu">
     13  <indexterm zone="ch-testsuite-tools-dejagnu">
    1414    <primary sortas="a-DejaGNU">DejaGNU</primary>
    1515  </indexterm>
     
    6666          <para>A wrapper script that locates the proper
    6767          <command>expect</command> shell and then runs DejaGNU</para>
    68           <indexterm zone="ch-temp-tools-dejagnu runtest">
     68          <indexterm zone="ch-testsuite-tools-dejagnu runtest">
    6969            <primary sortas="b-runtest">runtest</primary>
    7070          </indexterm>
  • BOOK/testsuite-tools/common/expect.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-expect" role="wrap">
     8<sect1 id="ch-testsuite-tools-expect" role="wrap">
    99  <?dbhtml filename="expect.html"?>
    1010
    1111  <title>Expect-&expect-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-expect">
     13  <indexterm zone="ch-testsuite-tools-expect">
    1414    <primary sortas="a-Expect">Expect</primary>
    1515  </indexterm>
     
    5252        <listitem>
    5353          <para>This ensures that the configure script finds the Tcl
    54           installation in the temporary temp-tools location.</para>
     54          installation in the temporary testsuite-tools location.</para>
    5555        </listitem>
    5656      </varlistentry>
     
    124124          <para>Communicates with other interactive programs according
    125125          to a script</para>
    126           <indexterm zone="ch-temp-tools-expect expect">
     126          <indexterm zone="ch-testsuite-tools-expect expect">
    127127            <primary sortas="b-expect">expect</primary>
    128128          </indexterm>
     
    135135          <para>Contains functions that allow Expect to be used as a Tcl
    136136          extension or to be used directly from C or C++ (without Tcl)</para>
    137           <indexterm zone="ch-temp-tools-expect libexpect">
     137          <indexterm zone="ch-testsuite-tools-expect libexpect">
    138138            <primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary>
    139139          </indexterm>
  • BOOK/testsuite-tools/common/introduction.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-introduction">
     8<sect1 id="ch-testsuite-tools-introduction">
    99  <?dbhtml filename="introduction.html"?>
    1010
     
    1414  that the packages have. I.e., <command>make check</command></para>
    1515
    16   <para>It will also build any specific non cross-compiled
    17   packages for our system.</para>
    18 
    1916</sect1>
  • BOOK/testsuite-tools/common/tcl.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-tcl" role="wrap">
     8<sect1 id="ch-testsuite-tools-tcl" role="wrap">
    99  <?dbhtml filename="tcl.html"?>
    1010
    1111  <title>Tcl-&tcl-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-tcl">
     13  <indexterm zone="ch-testsuite-tools-tcl">
    1414    <primary sortas="a-Tcl">Tcl</primary>
    1515  </indexterm>
     
    9191        <listitem>
    9292          <para>The Tcl command shell</para>
    93           <indexterm zone="ch-temp-tools-tcl tclsh8.4">
     93          <indexterm zone="ch-testsuite-tools-tcl tclsh8.4">
    9494            <primary sortas="b-tclsh8.4">tclsh8.4</primary>
    9595          </indexterm>
     
    101101        <listitem>
    102102          <para>A link to tclsh8.4</para>
    103           <indexterm zone="ch-temp-tools-tcl tclsh">
     103          <indexterm zone="ch-testsuite-tools-tcl tclsh">
    104104            <primary sortas="b-tclsh">tclsh</primary>
    105105          </indexterm>
     
    111111        <listitem>
    112112          <para>The Tcl library</para>
    113           <indexterm zone="ch-temp-tools-tcl libtcl8.4.so">
     113          <indexterm zone="ch-testsuite-tools-tcl libtcl8.4.so">
    114114            <primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary>
    115115          </indexterm>
  • BOOK/testsuite-tools/common/tree.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-tree" role="wrap">
     8<sect1 id="ch-testsuite-tools-tree" role="wrap">
    99  <?dbhtml filename="tree.html"?>
    1010
    1111  <title>Tree-&tree-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-tree">
     13  <indexterm zone="ch-testsuite-tools-tree">
    1414    <primary sortas="a-Tree">Tree</primary>
    1515  </indexterm>
     
    6363        <listitem>
    6464          <para>Tree will list contents of directories in a tree-like format.</para>
    65           <indexterm zone="ch-temp-tools-tree tree">
     65          <indexterm zone="ch-testsuite-tools-tree tree">
    6666            <primary sortas="b-tree">tree</primary>
    6767          </indexterm>
  • BOOK/testsuite-tools/mips-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
    2018  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2119
  • BOOK/testsuite-tools/mips64-64-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    2119  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2220
  • BOOK/testsuite-tools/mips64-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    2119  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2220
  • BOOK/testsuite-tools/mips64/flags.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-flags">
     8<sect1 id="ch-testsuite-tools-flags">
    99  <?dbhtml filename="flags.html"?>
    1010
  • BOOK/testsuite-tools/multilib/expect-64bit.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-expect" role="wrap">
     8<sect1 id="ch-testsuite-tools-expect" role="wrap">
    99  <?dbhtml filename="expect64.html"?>
    1010
    1111  <title>Expect-&expect-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-expect">
     13  <indexterm zone="ch-testsuite-tools-expect">
    1414    <primary sortas="a-Expect">Expect</primary>
    1515  </indexterm>
     
    4545        <listitem>
    4646          <para>This ensures that the configure script finds the Tcl
    47           installation in the temporary temp-tools location.</para>
     47          installation in the temporary tools location.</para>
    4848        </listitem>
    4949      </varlistentry>
  • BOOK/testsuite-tools/multilib/tcl-64bit.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-tcl" role="wrap">
     8<sect1 id="ch-testsuite-tools-tcl" role="wrap">
    99  <?dbhtml filename="tcl-64bit.html"?>
    1010
    1111  <title>Tcl-&tcl-version;</title>
    1212
    13   <indexterm zone="ch-temp-tools-tcl">
     13  <indexterm zone="ch-testsuite-tools-tcl">
    1414    <primary sortas="a-Tcl">Tcl</primary>
    1515  </indexterm>
  • BOOK/testsuite-tools/ppc-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
    2018  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2119
  • BOOK/testsuite-tools/sparc-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
     18  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2019
    2120</chapter>
  • BOOK/testsuite-tools/sparc64-64-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    2119  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2220
  • BOOK/testsuite-tools/sparc64-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tree.xml"/>
    2120
    2221</chapter>
  • BOOK/testsuite-tools/sparc64/flags.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-flags">
     8<sect1 id="ch-testsuite-tools-flags">
    99  <?dbhtml filename="flags.html"?>
    1010
  • BOOK/testsuite-tools/x86-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1616  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    18   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/perl.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/texinfo.xml"/>
    2018  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2119
  • BOOK/testsuite-tools/x86_64-64-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="64/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    2119  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2220
  • BOOK/testsuite-tools/x86_64-chapter.xml

    r628632d r134ba96  
    66]>
    77
    8 <chapter id="chapter-temporary-tools" xreflabel="Constructing Temporary Tools">
    9   <?dbhtml dir="temp-tools"?>
     8<chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools">
     9  <?dbhtml dir="testsuite-tools"?>
    1010  <?dbhtml filename="chapter.html"?>
    1111
    12   <title>Constructing a Temporary Tools</title>
     12  <title>Constructing a Testsuite Tools</title>
    1313
    1414  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/>
     
    1717  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/>
    1818  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/dejagnu.xml"/>
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/perl.xml"/>
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/texinfo.xml"/>
    2119  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/>
    2220
  • BOOK/testsuite-tools/x86_64/flags.xml

    r628632d r134ba96  
    66]>
    77
    8 <sect1 id="ch-temp-tools-flags">
     8<sect1 id="ch-testsuite-tools-flags">
    99  <?dbhtml filename="flags.html"?>
    1010
  • BOOK/x86-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/x86-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/x86-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/x86-chapter.xml"/>
  • BOOK/x86_64-64-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/x86_64-64-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/x86_64-64-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86_64-64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/x86_64-chapter.xml"/>
  • BOOK/x86_64-index.xml

    r628632d r134ba96  
    5959    <title>Building the LFS System</title>
    6060
    61     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="temp-tools/x86_64-chapter.xml"/>
     61    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/x86_64-chapter.xml"/>
    6262    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86_64-chapter.xml"/>
    6363    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/x86_64-chapter.xml"/>
Note: See TracChangeset for help on using the changeset viewer.