mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
* Makefile.in (just-check): Remove. Move body to...
(check): ... here.
This commit is contained in:
@ -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.
|
||||
|
@ -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 ; \
|
||||
|
Reference in New Issue
Block a user