From: Tom Tromey Date: Mon, 28 Jul 2008 20:05:58 +0000 (+0000) Subject: * Makefile.in (just-check): Remove. Move body to... X-Git-Tag: sid-snapshot-20080801~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bae98fe013a6cf1f576c1590256e36c37212ee68;p=thirdparty%2Fbinutils-gdb.git * Makefile.in (just-check): Remove. Move body to... (check): ... here. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fce30d8240f..0395ec2f528 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-07-28 Tom Tromey + + * Makefile.in (just-check): Remove. Move body to... + (check): ... here. + 2008-07-27 Daniel Jacobowitz * gdb.threads/manythreads.exp: Use remote_expect instead of after. diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in index 9b55f847d6d..b97f860c101 100644 --- a/gdb/testsuite/Makefile.in +++ b/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 ; \