Changeset 9222d1bf
- Timestamp:
- Jul 9, 2006, 9:53:33 PM (18 years ago)
- Children:
- b3222d2
- Parents:
- 5fbeb82
- Location:
- testsuite-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuite-tools/common/expect.xml
r5fbeb82 r9222d1bf 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 -
testsuite-tools/mips/expect.xml
r5fbeb82 r9222d1bf 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" -
testsuite-tools/mips64/expect-64bit.xml
r5fbeb82 r9222d1bf 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" -
testsuite-tools/multilib/expect-64bit.xml
r5fbeb82 r9222d1bf 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.