* Makefile.in (just-check): Remove. Move body to...
authorTom Tromey <tromey@redhat.com>
Mon, 28 Jul 2008 20:05:58 +0000 (20:05 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 28 Jul 2008 20:05:58 +0000 (20:05 +0000)
(check): ... here.

gdb/testsuite/ChangeLog
gdb/testsuite/Makefile.in

index fce30d8240fa677e49abf66fdfce1a29ec0fed98..0395ec2f52889e989392a8504c5d72b430a8d425 100644 (file)
@@ -1,3 +1,8 @@
+2008-07-28  Tom Tromey  <tromey@redhat.com>
+
+       * Makefile.in (just-check): Remove.  Move body to...
+       (check): ... here.
+
 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
 
        * gdb.threads/manythreads.exp: Use remote_expect instead of after.
index 9b55f847d6daf8365d45abd94693fbcfa7202529..b97f860c101cd9896c7532acb38309c3f3b47c26 100644 (file)
@@ -122,9 +122,7 @@ site.exp: ./config.status Makefile
 
 installcheck:
 
-check: site.exp all just-check
-
-just-check:
+check: all site.exp
        rootme=`pwd`; export rootme; \
        srcdir=${srcdir} ; export srcdir ; \
        EXPECT=${EXPECT} ; export EXPECT ; \
This page took 0.034033 seconds and 4 git commands to generate.