From e8294a35758f45fd95b5e961ac029e18765ad7c1 Mon Sep 17 00:00:00 2001 From: Marc Espie Date: Wed, 25 Nov 1998 01:03:23 +0100 Subject: [PATCH] Makefile.in (just-check): Ignore errors. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit � * Makefile.in (just-check): Ignore errors. From-SVN: r23843 --- libio/testsuite/ChangeLog | 4 ++++ libio/testsuite/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 + + * Makefile.in (just-check): Ignore errors. + Sat Jun 27 23:59:35 1998 Carlo Wood * 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 \ -- 2.7.4