aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2009-06-30 21:23:38 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2009-06-30 21:23:38 +0000
commit59dd3af6a2407e6ed3cfcb9b3b6f711cc7aba0ec (patch)
tree7948f6bac25cd727ef6536837ef5371d1b4ce59b /gdb/ChangeLog
parentf4e164aac4f978e4240a259a77e586f01e75cc57 (diff)
downloadgdb-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/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e95f194..41c9930 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,9 @@
+2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * Makefile.in (TARGET_FLAGS_TO_PASS): Include also FORCE_PARALLEL.
+ (check//%): Construct FORCE_PARALLEL for the sub-make. Extend the
+ comment for it.
+
2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
gdb/10275