This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog Makefile.in
- From: rwild at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 8 Sep 2009 18:50:41 -0000
- Subject: src/gdb ChangeLog Makefile.in
CVSROOT: /cvs/src
Module name: src
Changes by: rwild@sourceware.org 2009-09-08 18:50:41
Modified files:
gdb : ChangeLog Makefile.in
Log message:
Fix parallel check//% rule in gdb for non-VPATH build.
gdb/:
* gdb/Makefile.in (check//%): Parse 'config.status --version'
output to recreate the configuration from the testsuite directory,
rather than running 'config.status --recheck' from a different
build directory. Let configure do the recursion rather than
doing it manually.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.10851&r2=1.10852
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/Makefile.in.diff?cvsroot=src&r1=1.1095&r2=1.1096