Changeset a3b04fe
- Timestamp:
- Jul 9, 2006, 9:53:33 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6fa2db2
- Parents:
- a8355dc
- Location:
- BOOK/testsuite-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/testsuite-tools/common/expect.xml
ra8355dc ra3b04fe 26 26 <title>Installation of Expect</title> 27 27 28 <para os="a">First, fix a bug that can result in false failures during the GCC 28 <para os="s1">The following sed prevents searching for libraries in 29 /tools/lib. It will now search in ${libdir}:</para> 30 31 <screen os="s2"><userinput>sed -i '/EXP_LIB_SPEC=/s@${exec_prefix}/lib@${libdir}@' configure</userinput></screen> 32 33 <para os="a">Fix a bug that can result in false failures during the GCC 29 34 test suite run:</para> 30 35 -
BOOK/testsuite-tools/mips/expect.xml
ra8355dc ra3b04fe 25 25 <sect2 role="installation"> 26 26 <title>Installation of Expect</title> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../common/expect.xml" 30 xpointer="xpointer(//*[@os='s1'])"/> 31 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 33 href="../common/expect.xml" 34 xpointer="xpointer(//*[@os='s2'])"/> 27 35 28 36 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/testsuite-tools/mips64/expect-64bit.xml
ra8355dc ra3b04fe 21 21 <sect2 role="installation"> 22 22 <title>Installation of Expect</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../common/expect.xml" 26 xpointer="xpointer(//*[@os='s1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../common/expect.xml" 30 xpointer="xpointer(//*[@os='s2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/testsuite-tools/multilib/expect-64bit.xml
ra8355dc ra3b04fe 21 21 <sect2 role="installation"> 22 22 <title>Installation of Expect</title> 23 24 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 25 href="../common/expect.xml" 26 xpointer="xpointer(//*[@os='s1'])"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 29 href="../common/expect.xml" 30 xpointer="xpointer(//*[@os='s2'])"/> 23 31 24 32 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.