configure.in (configdirs): Include testsuite only if ${srcdir}/../gcc exists.
� * configure.in (configdirs): Include testsuite only if ${srcdir}/../gcc exists. * tests/configure.in (check): Set to ${CHECK} if ${srcdir}/../../gcc doesn't exists. From-SVN: r17335
This commit is contained in:
parent
2c44362274
commit
ffa551c8d6
2 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
Tue Jan 13 21:23:05 1998 H.J. Lu (hjl@gnu.org)
|
||||
|
||||
* configure.in (configdirs): Include testsuite only if
|
||||
${srcdir}/../gcc exists.
|
||||
|
||||
* tests/configure.in (check): Set to ${CHECK} if
|
||||
${srcdir}/../../gcc doesn't exists.
|
||||
|
||||
1998-01-05 Brendan Kehoe <brendan@lisa.cygnus.com>
|
||||
|
||||
* std/bastring.cc (basic_string::Rep::operator delete): Don't claim
|
||||
|
|
|
@ -43,8 +43,13 @@ for TEST in ${TESTS} ; do
|
|||
echo ' diff -c $(srcdir)/'"${TEST}.exp ${TEST}.out" >>Makefile
|
||||
CHECK="${CHECK} check-${TEST}"
|
||||
done
|
||||
echo "
|
||||
if [ -d ${srcdir}/../../gcc ] ; then
|
||||
echo "
|
||||
check:
|
||||
check-old: ${CHECK}" >>Makefile
|
||||
else
|
||||
echo "
|
||||
check: ${CHECK}" >>Makefile
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue