Makefile.in (just-check): Ignore errors.
authorMarc Espie <espie@quatramaran.ens.fr>
Wed, 25 Nov 1998 00:03:23 +0000 (01:03 +0100)
committerJeff Law <law@gcc.gnu.org>
Wed, 25 Nov 1998 00:03:23 +0000 (17:03 -0700)

        * Makefile.in (just-check): Ignore errors.

From-SVN: r23843

libio/testsuite/ChangeLog
libio/testsuite/Makefile.in

index b9b54ed..0f7b926 100644 (file)
@@ -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
index 6258ce7..76081fb 100644 (file)
@@ -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  \