diff options
author | Marc Espie <espie@quatramaran.ens.fr> | 1998-11-25 01:03:23 +0100 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-11-24 17:03:23 -0700 |
commit | e8294a35758f45fd95b5e961ac029e18765ad7c1 (patch) | |
tree | cbc95634c8da3aba683a74db35e9f8eba31b5760 /libio | |
parent | fe46648cf54c6018b28c81e0c78c0199aff8d6d7 (diff) | |
download | gcc-e8294a35758f45fd95b5e961ac029e18765ad7c1.zip gcc-e8294a35758f45fd95b5e961ac029e18765ad7c1.tar.gz gcc-e8294a35758f45fd95b5e961ac029e18765ad7c1.tar.bz2 |
Makefile.in (just-check): Ignore errors.
�
* Makefile.in (just-check): Ignore errors.
From-SVN: r23843
Diffstat (limited to 'libio')
-rw-r--r-- | libio/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | libio/testsuite/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libio/testsuite/ChangeLog b/libio/testsuite/ChangeLog index b9b54ed..0f7b926 100644 --- a/libio/testsuite/ChangeLog +++ b/libio/testsuite/ChangeLog @@ -1,3 +1,7 @@ +Wed Nov 25 01:00:07 1998 Marc Espie <espie@quatramaran.ens.fr> + + * Makefile.in (just-check): Ignore errors. + Sat Jun 27 23:59:35 1998 Carlo Wood <carlo@runaway.xs4all.nl> * lib/libio.exp (test_libio): Reset ld_library_path before appending diff --git a/libio/testsuite/Makefile.in b/libio/testsuite/Makefile.in index 6258ce7..76081fb 100644 --- a/libio/testsuite/Makefile.in +++ b/libio/testsuite/Makefile.in @@ -80,7 +80,7 @@ site.exp: ./config.status Makefile -@rm -f ./tmp? just-check: site.exp - rootme=`pwd`; export rootme; \ + -rootme=`pwd`; export rootme; \ srcdir=${srcdir} ; export srcdir ; \ EXPECT=${EXPECT} ; export EXPECT ; \ if [ -f $${rootme}/../../../expect/expect ] ; then \ |