This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[commit, obvious] make check doesn't create gdb.python


Hi,

I just committed this fix from Paul Pluzhnikov, under the obvious rule.
His explanation:

> This is rather on the obious side: make check fails to create
> gdb.python (when build tree is separate from source tree).
-- 
[]'s
Thiago Jung Bauermann
IBM Linux Technology Center


2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>

	* Makefile.in: Add gdb.python to ALL_SUBDIRS.

Index: gdb/testsuite/Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/Makefile.in,v
retrieving revision 1.23
diff -u -r1.23 Makefile.in
--- gdb/testsuite/Makefile.in	28 Jul 2008 20:05:58 -0000	1.23
+++ gdb/testsuite/Makefile.in	16 Oct 2008 15:05:22 -0000
@@ -36,7 +36,7 @@
 ALL_SUBDIRS = gdb.ada gdb.arch gdb.asm gdb.base gdb.cp gdb.disasm \
 	gdb.dwarf2 \
 	gdb.fortran gdb.server gdb.java gdb.mi \
-	gdb.objc gdb.opt gdb.pascal gdb.threads gdb.trace \
+	gdb.objc gdb.opt gdb.pascal gdb.python gdb.threads gdb.trace \
 	gdb.xml \
 	$(SUBDIRS)
 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]