Browse Source

* Makefile.in (just-check): Remove. Move body to...

(check): ... here.
binutils-arc-20080908-branch
Tom Tromey 18 years ago
parent
commit
bae98fe013
  1. 5
      gdb/testsuite/ChangeLog
  2. 4
      gdb/testsuite/Makefile.in

5
gdb/testsuite/ChangeLog

@ -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.

4
gdb/testsuite/Makefile.in

@ -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 ; \

Loading…
Cancel
Save