Changeset 134ba96
- Timestamp:
- Feb 21, 2006, 1:47:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 88acd8a
- Parents:
- 628632d
- Location:
- BOOK
- Files:
-
- 1 added
- 2 deleted
- 29 edited
- 25 moved
Legend:
- Unmodified
- Added
- Removed
-
BOOK/Makefile
r628632d r134ba96 58 58 echo "Troubleshooting $$arch..." ; \ 59 59 xmllint --xinclude --nonet --postvalid $(PWD)/$$arch-index.xml > /tmp/dump-$$arch ; \ 60 xmllint --xinclude --noout --nonet --valid /tmp/dump-$$a ch ; \60 xmllint --xinclude --noout --nonet --valid /tmp/dump-$$arch ; \ 61 61 echo "You can now look at /tmp/dump-$$arch to see the errors" 62 62 endef -
BOOK/alpha-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/alpha-chapter.xml"/>61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/alpha-chapter.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/alpha-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/alpha-chapter.xml"/> -
BOOK/boot/common/settingenviron.xml
r628632d r134ba96 31 31 <para>By putting <filename class="directory">/tools/bin</filename> at 32 32 the end of the standard <envar>PATH</envar>, all the programs installed in 33 <xref linkend="chapter-temp orary-tools"/> are only picked up by the shell33 <xref linkend="chapter-temp-system"/> are only picked up by the shell 34 34 if they have not yet been built on the target system. This configuration 35 35 forces use of the final system binaries as they are built over the 36 temp orary-tools, minimising the chance final system programs being built37 against the temp orary-tools.</para>36 temp-system, minimising the chance final system programs being built 37 against the temp-system.</para> 38 38 39 39 </sect1> -
BOOK/final-preps/abouttestsuites.xml
r628632d r134ba96 30 30 <para>Experience has shown that there is little to be gained 31 31 from running the test suites in <xref 32 linkend="chapter-te mporary-tools"/>. There can be no escaping the fact32 linkend="chapter-testsuite-tools"/>. There can be no escaping the fact 33 33 that the host system always exerts some influence on the tests in that 34 34 chapter, often causing inexplicable failures. Because the tools built 35 in <xref linkend="chapter-te mporary-tools"/> are temporary and35 in <xref linkend="chapter-testsuite-tools"/> are temporary and 36 36 eventually discarded, we do not recommend running the test suites in 37 <xref linkend="chapter-te mporary-tools"/> for the average reader. The37 <xref linkend="chapter-testsuite-tools"/> for the average reader. The 38 38 instructions for running those test suites are provided for the 39 39 benefit of testers and developers, but they are strictly … … 47 47 <systemitem class="filesystem">devpts</systemitem> file system set up 48 48 correctly. This issue is discussed in greater detail in <xref 49 linkend="chapter-te mporary-tools"/>.</para>49 linkend="chapter-testsuite-tools"/>.</para> 50 50 51 51 <para>Sometimes package test suites will fail, but for reasons which the -
BOOK/final-preps/creatingtoolsdir.xml
r628632d r134ba96 11 11 <title>Creating the $LFS/tools Directory</title> 12 12 13 <para>All programs compiled in <xref linkend="chapter-temp orary-tools"/>13 <para>All programs compiled in <xref linkend="chapter-temp-system"/> 14 14 will be installed under <filename class="directory">$LFS/tools</filename> 15 15 to keep them separate from the programs compiled in <xref … … 19 19 after their use. This also prevents these programs from ending up in the 20 20 host production directories (easy to do by accident in <xref 21 linkend="chapter-temp orary-tools"/>).</para>21 linkend="chapter-temp-system"/>).</para> 22 22 23 23 <para>Create the required directory by running the following as -
BOOK/introduction/common/how.xml
r628632d r134ba96 40 40 <xref linkend="chapter-final-preps"/> carefully as it explains several 41 41 important issues the developer should be aware of before beginning to 42 work through <xref linkend="chapter-temp orary-tools"/> and42 work through <xref linkend="chapter-temp-system"/> and 43 43 beyond.</para> 44 44 45 <para><xref linkend="chapter-temp orary-tools"/> explains the45 <para><xref linkend="chapter-temp-system"/> explains the 46 46 installation of a number of packages that will form the basic 47 47 development suite (or toolchain) which is used to build the actual … … 50 50 to compile a compiler, you need a compiler.</para> 51 51 52 <para><xref linkend="chapter-temp orary-tools"/> also shows the user52 <para><xref linkend="chapter-temp-system"/> also shows the user 53 53 how to build a first pass of the toolchain, including Binutils and GCC 54 54 (first pass basically means these two core packages will be re-installed … … 57 57 a second pass of the toolchain will be built. This time, the toolchain 58 58 will be dynamically linked against the newly built Glibc. The remaining 59 <xref linkend="chapter-temp orary-tools"/> packages are built using this59 <xref linkend="chapter-temp-system"/> packages are built using this 60 60 second pass toolchain. When this is done, the LFS installation process 61 61 will no longer depend on the host distribution, with the exception of the … … 64 64 <para>This effort to isolate the new system from the host distribution 65 65 may seem excessive, but a full technical explanation is provided at the 66 beginning of <xref linkend="chapter-temp orary-tools"/>.</para>66 beginning of <xref linkend="chapter-temp-system"/>.</para> 67 67 68 68 <para>In <xref linkend="chapter-building-system"/>, the full LFS system is -
BOOK/mips-index.xml
r628632d r134ba96 57 57 <title>Building the LFS System</title> 58 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/mips-chapter.xml"/>59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/mips-chapter.xml"/> 60 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips-chapter.xml"/> 61 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips-chapter.xml"/> -
BOOK/mips64-64-index.xml
r628632d r134ba96 57 57 <title>Building the LFS System</title> 58 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/mips64-64-chapter.xml"/>59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/mips64-64-chapter.xml"/> 60 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips64-64-chapter.xml"/> 61 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips64-chapter.xml"/> -
BOOK/mips64-index.xml
r628632d r134ba96 57 57 <title>Building the LFS System</title> 58 58 59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/mips64-chapter.xml"/>59 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/mips64-chapter.xml"/> 60 60 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/mips64-chapter.xml"/> 61 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/mips64-chapter.xml"/> -
BOOK/ppc-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/ppc-chapter.xml"/>61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/ppc-chapter.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/ppc-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/ppc-chapter.xml"/> -
BOOK/sparc-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/sparc-chapter.xml"/>61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/sparc-chapter.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc-chapter.xml"/> -
BOOK/sparc64-64-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/sparc64-64-chapter.xml"/>61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/sparc64-64-chapter.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc64-64-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc64-chapter.xml"/> -
BOOK/sparc64-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/sparc64-chapter.xml"/>61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/sparc64-chapter.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparc64-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc64-chapter.xml"/> -
BOOK/sparcv8-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/sparc-chapter.xml"/>61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/sparc-chapter.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/sparcv8-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/sparc-chapter.xml"/> -
BOOK/temp-system/64/perl.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-temp- tools-perl" role="wrap">8 <sect1 id="ch-temp-system-perl" role="wrap"> 9 9 <?dbhtml filename="perl.html"?> 10 10 11 11 <title>Perl-&perl-version;</title> 12 12 13 <indexterm zone="ch-temp- tools-perl">13 <indexterm zone="ch-temp-system-perl"> 14 14 <primary sortas="a-Perl">Perl</primary> 15 15 <secondary>temporary tools</secondary> … … 35 35 xpointer="xpointer(//*[@os='c'])"/> 36 36 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'])"/> 39 40 40 41 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 42 43 xpointer="xpointer(//*[@os='e'])"/> 43 44 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> 47 46 48 47 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 62 61 xpointer="xpointer(//*[@os='j'])"/> 63 62 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 64 92 </sect2> 65 93 -
BOOK/temp-system/alpha-chapter.xml
r628632d r134ba96 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> 32 32 <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"/> 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 36 -
BOOK/temp-system/common/texinfo.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-temp- tools-texinfo" role="wrap">8 <sect1 id="ch-temp-system-texinfo" role="wrap"> 9 9 <?dbhtml filename="texinfo.html"?> 10 10 11 11 <title>Texinfo-&texinfo-version;</title> 12 12 13 <indexterm zone="ch-temp- tools-texinfo">13 <indexterm zone="ch-temp-system-texinfo"> 14 14 <primary sortas="a-Texinfo">Texinfo</primary> 15 15 <secondary>temporary tools</secondary> … … 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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> 30 31 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/temp-system/mips-chapter.xml
r628632d r134ba96 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> 32 32 <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"/> 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 36 -
BOOK/temp-system/mips64-64-chapter.xml
r628632d r134ba96 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> 32 32 <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"/> 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 36 -
BOOK/temp-system/mips64-chapter.xml
r628632d r134ba96 35 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> 36 36 <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"/> 37 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 38 40 -
BOOK/temp-system/multilib/texinfo.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-temp- tools-texinfo" role="wrap">8 <sect1 id="ch-temp-system-texinfo" role="wrap"> 9 9 <?dbhtml filename="texinfo.html"?> 10 10 11 11 <title>Texinfo-&texinfo-version;</title> 12 12 13 <indexterm zone="ch-temp- tools-texinfo">13 <indexterm zone="ch-temp-system-texinfo"> 14 14 <primary sortas="a-Texinfo">Texinfo</primary> 15 <secondary>temporary tools</secondary>15 <secondary>temporary system</secondary> 16 16 </indexterm> 17 17 … … 27 27 xpointer="xpointer(//*[@os='a'])"/> 28 28 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> 30 31 31 32 <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" 3 2 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ 4 3 <!ENTITY % general-entities SYSTEM "../general.ent"> … … 31 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> 32 31 <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"/> 33 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 35 -
BOOK/temp-system/sparc-chapter.xml
r628632d r134ba96 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> 32 32 <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"/> 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 36 -
BOOK/temp-system/sparc64-64-chapter.xml
r628632d r134ba96 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> 32 32 <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"/> 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 36 -
BOOK/temp-system/sparc64-chapter.xml
r628632d r134ba96 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> 34 34 <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"/> 35 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 36 38 -
BOOK/temp-system/sparcv8-chapter.xml
r628632d r134ba96 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> 32 32 <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"/> 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 36 -
BOOK/temp-system/x86-chapter.xml
r628632d r134ba96 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tar.xml"/> 32 32 <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"/> 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 36 -
BOOK/temp-system/x86_64-64-chapter.xml
r628632d r134ba96 31 31 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> 32 32 <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"/> 33 35 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 34 36 -
BOOK/temp-system/x86_64-chapter.xml
r628632d r134ba96 33 33 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/tar.xml"/> 34 34 <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"/> 35 37 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/choose.xml"/> 36 38 -
BOOK/testsuite-tools/64/tcl.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-tcl" role="wrap">8 <sect1 id="ch-testsuite-tools-tcl" role="wrap"> 9 9 <?dbhtml filename="tcl.html"?> 10 10 11 11 <title>Tcl-&tcl-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-tcl">13 <indexterm zone="ch-testsuite-tools-tcl"> 14 14 <primary sortas="a-Tcl">Tcl</primary> 15 15 </indexterm> -
BOOK/testsuite-tools/alpha-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <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"/>20 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 21 19 -
BOOK/testsuite-tools/common/dejagnu.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-dejagnu" role="wrap">8 <sect1 id="ch-testsuite-tools-dejagnu" role="wrap"> 9 9 <?dbhtml filename="dejagnu.html"?> 10 10 11 11 <title>DejaGNU-&dejagnu-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-dejagnu">13 <indexterm zone="ch-testsuite-tools-dejagnu"> 14 14 <primary sortas="a-DejaGNU">DejaGNU</primary> 15 15 </indexterm> … … 66 66 <para>A wrapper script that locates the proper 67 67 <command>expect</command> shell and then runs DejaGNU</para> 68 <indexterm zone="ch-te mp-tools-dejagnu runtest">68 <indexterm zone="ch-testsuite-tools-dejagnu runtest"> 69 69 <primary sortas="b-runtest">runtest</primary> 70 70 </indexterm> -
BOOK/testsuite-tools/common/expect.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-expect" role="wrap">8 <sect1 id="ch-testsuite-tools-expect" role="wrap"> 9 9 <?dbhtml filename="expect.html"?> 10 10 11 11 <title>Expect-&expect-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-expect">13 <indexterm zone="ch-testsuite-tools-expect"> 14 14 <primary sortas="a-Expect">Expect</primary> 15 15 </indexterm> … … 52 52 <listitem> 53 53 <para>This ensures that the configure script finds the Tcl 54 installation in the temporary te mp-tools location.</para>54 installation in the temporary testsuite-tools location.</para> 55 55 </listitem> 56 56 </varlistentry> … … 124 124 <para>Communicates with other interactive programs according 125 125 to a script</para> 126 <indexterm zone="ch-te mp-tools-expect expect">126 <indexterm zone="ch-testsuite-tools-expect expect"> 127 127 <primary sortas="b-expect">expect</primary> 128 128 </indexterm> … … 135 135 <para>Contains functions that allow Expect to be used as a Tcl 136 136 extension or to be used directly from C or C++ (without Tcl)</para> 137 <indexterm zone="ch-te mp-tools-expect libexpect">137 <indexterm zone="ch-testsuite-tools-expect libexpect"> 138 138 <primary sortas="c-libexpect-&expect-lib-version;">libexpect-&expect-lib-version;</primary> 139 139 </indexterm> -
BOOK/testsuite-tools/common/introduction.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-introduction">8 <sect1 id="ch-testsuite-tools-introduction"> 9 9 <?dbhtml filename="introduction.html"?> 10 10 … … 14 14 that the packages have. I.e., <command>make check</command></para> 15 15 16 <para>It will also build any specific non cross-compiled17 packages for our system.</para>18 19 16 </sect1> -
BOOK/testsuite-tools/common/tcl.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-tcl" role="wrap">8 <sect1 id="ch-testsuite-tools-tcl" role="wrap"> 9 9 <?dbhtml filename="tcl.html"?> 10 10 11 11 <title>Tcl-&tcl-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-tcl">13 <indexterm zone="ch-testsuite-tools-tcl"> 14 14 <primary sortas="a-Tcl">Tcl</primary> 15 15 </indexterm> … … 91 91 <listitem> 92 92 <para>The Tcl command shell</para> 93 <indexterm zone="ch-te mp-tools-tcl tclsh8.4">93 <indexterm zone="ch-testsuite-tools-tcl tclsh8.4"> 94 94 <primary sortas="b-tclsh8.4">tclsh8.4</primary> 95 95 </indexterm> … … 101 101 <listitem> 102 102 <para>A link to tclsh8.4</para> 103 <indexterm zone="ch-te mp-tools-tcl tclsh">103 <indexterm zone="ch-testsuite-tools-tcl tclsh"> 104 104 <primary sortas="b-tclsh">tclsh</primary> 105 105 </indexterm> … … 111 111 <listitem> 112 112 <para>The Tcl library</para> 113 <indexterm zone="ch-te mp-tools-tcl libtcl8.4.so">113 <indexterm zone="ch-testsuite-tools-tcl libtcl8.4.so"> 114 114 <primary sortas="c-libtcl8.4.so">libtcl8.4.so</primary> 115 115 </indexterm> -
BOOK/testsuite-tools/common/tree.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-tree" role="wrap">8 <sect1 id="ch-testsuite-tools-tree" role="wrap"> 9 9 <?dbhtml filename="tree.html"?> 10 10 11 11 <title>Tree-&tree-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-tree">13 <indexterm zone="ch-testsuite-tools-tree"> 14 14 <primary sortas="a-Tree">Tree</primary> 15 15 </indexterm> … … 63 63 <listitem> 64 64 <para>Tree will list contents of directories in a tree-like format.</para> 65 <indexterm zone="ch-te mp-tools-tree tree">65 <indexterm zone="ch-testsuite-tools-tree tree"> 66 66 <primary sortas="b-tree">tree</primary> 67 67 </indexterm> -
BOOK/testsuite-tools/mips-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <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"/>20 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 21 19 -
BOOK/testsuite-tools/mips64-64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 18 18 <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"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/mips64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/> 18 18 <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"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/mips64/flags.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-flags">8 <sect1 id="ch-testsuite-tools-flags"> 9 9 <?dbhtml filename="flags.html"?> 10 10 -
BOOK/testsuite-tools/multilib/expect-64bit.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-expect" role="wrap">8 <sect1 id="ch-testsuite-tools-expect" role="wrap"> 9 9 <?dbhtml filename="expect64.html"?> 10 10 11 11 <title>Expect-&expect-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-expect">13 <indexterm zone="ch-testsuite-tools-expect"> 14 14 <primary sortas="a-Expect">Expect</primary> 15 15 </indexterm> … … 45 45 <listitem> 46 46 <para>This ensures that the configure script finds the Tcl 47 installation in the temporary t emp-tools location.</para>47 installation in the temporary tools location.</para> 48 48 </listitem> 49 49 </varlistentry> -
BOOK/testsuite-tools/multilib/tcl-64bit.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-tcl" role="wrap">8 <sect1 id="ch-testsuite-tools-tcl" role="wrap"> 9 9 <?dbhtml filename="tcl-64bit.html"?> 10 10 11 11 <title>Tcl-&tcl-version;</title> 12 12 13 <indexterm zone="ch-te mp-tools-tcl">13 <indexterm zone="ch-testsuite-tools-tcl"> 14 14 <primary sortas="a-Tcl">Tcl</primary> 15 15 </indexterm> -
BOOK/testsuite-tools/ppc-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <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"/>20 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 21 19 -
BOOK/testsuite-tools/sparc-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <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"/> 20 19 21 20 </chapter> -
BOOK/testsuite-tools/sparc64-64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 18 18 <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"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/sparc64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/> 18 18 <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"/> 21 20 22 21 </chapter> -
BOOK/testsuite-tools/sparc64/flags.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-flags">8 <sect1 id="ch-testsuite-tools-flags"> 9 9 <?dbhtml filename="flags.html"?> 10 10 -
BOOK/testsuite-tools/x86-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 16 16 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 17 17 <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"/>20 18 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 21 19 -
BOOK/testsuite-tools/x86_64-64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/expect.xml"/> 18 18 <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"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/x86_64-chapter.xml
r628632d r134ba96 6 6 ]> 7 7 8 <chapter id="chapter-te mporary-tools" xreflabel="Constructing TemporaryTools">9 <?dbhtml dir="te mp-tools"?>8 <chapter id="chapter-testsuite-tools" xreflabel="Constructing Testsuite Tools"> 9 <?dbhtml dir="testsuite-tools"?> 10 10 <?dbhtml filename="chapter.html"?> 11 11 12 <title>Constructing a Te mporaryTools</title>12 <title>Constructing a Testsuite Tools</title> 13 13 14 14 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/introduction.xml"/> … … 17 17 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="multilib/expect-64bit.xml"/> 18 18 <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"/>21 19 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="common/tree.xml"/> 22 20 -
BOOK/testsuite-tools/x86_64/flags.xml
r628632d r134ba96 6 6 ]> 7 7 8 <sect1 id="ch-te mp-tools-flags">8 <sect1 id="ch-testsuite-tools-flags"> 9 9 <?dbhtml filename="flags.html"?> 10 10 -
BOOK/x86-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/x86-chapter.xml"/>61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/x86-chapter.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/x86-chapter.xml"/> -
BOOK/x86_64-64-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-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"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86_64-64-chapter.xml"/> 63 63 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bootscripts/x86_64-chapter.xml"/> -
BOOK/x86_64-index.xml
r628632d r134ba96 59 59 <title>Building the LFS System</title> 60 60 61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="te mp-tools/x86_64-chapter.xml"/>61 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="testsuite-tools/x86_64-chapter.xml"/> 62 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="final-system/x86_64-chapter.xml"/> 63 63 <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.