From 235732f24384e825a7efcb77fdf16a37a16a82f7 Mon Sep 17 00:00:00 2001 From: law Date: Wed, 25 Nov 1998 00:03:23 +0000 Subject: [PATCH] =?utf8?q?=EF=BF=BD=20=20=20=20=20=20=20=20=20*=20Makefile?= =?utf8?q?.in=20(just-check):=20Ignore=20errors.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23843 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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