diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-06-30 21:23:38 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2009-06-30 21:23:38 +0000 |
commit | 59dd3af6a2407e6ed3cfcb9b3b6f711cc7aba0ec (patch) | |
tree | 7948f6bac25cd727ef6536837ef5371d1b4ce59b /gdb/testsuite/ChangeLog | |
parent | f4e164aac4f978e4240a259a77e586f01e75cc57 (diff) | |
download | gdb-59dd3af6a2407e6ed3cfcb9b3b6f711cc7aba0ec.zip gdb-59dd3af6a2407e6ed3cfcb9b3b6f711cc7aba0ec.tar.gz gdb-59dd3af6a2407e6ed3cfcb9b3b6f711cc7aba0ec.tar.bz2 |
gdb/
* Makefile.in (TARGET_FLAGS_TO_PASS): Include also FORCE_PARALLEL.
(check//%): Construct FORCE_PARALLEL for the sub-make. Extend the
comment for it.
gdb/testsuite/
Fix `make check//%' target after `make check' has been ran.
* Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
a mkdir call.
(check-gdb.base%): Remove the gdb.base%/.dir dependency.
(%/.dir): Remove.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 54a97dc..1897d89 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,13 @@ 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com> + Fix `make check//%' target after `make check' has been ran. + * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add + a mkdir call. + (check-gdb.base%): Remove the gdb.base%/.dir dependency. + (%/.dir): Remove. + +2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com> + * lib/mi-support.exp (mi_check_thread_states): Permit any output before the expected result record. |