This is the mail archive of the
archer@sourceware.org
mailing list for the Archer project.
[patch] make check doesn't create gdb.python
- From: ppluzhnikov at google dot com (Paul Pluzhnikov)
- To: archer at sourceware dot org
- Date: Tue, 14 Oct 2008 11:46:43 -0700 (PDT)
- Subject: [patch] make check doesn't create gdb.python
- Dkim-signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=google.com; s=beta;t=1224010006; bh=brJhjZipKddrR9j8VNA9VeLaNYc=;h=DomainKey-Signature:To:Subject:Message-Id:Date:From; b=Q68Y9E4hJktj2bgDRpgU5+TGdI021RlI8zfESWiYPDZ2mB0SVnuN4EDei+Fbw/EMAuDwdzx9U6CQSfatOSnJtA==
- Domainkey-signature: a=rsa-sha1; s=beta; d=google.com; c=nofws; q=dns;h=to:subject:message-id:date:from;b=Hvg2q26KNsODCIWSO5Bzfpjp978ZaZ2f2oeP7rALTSAXm2R9N4iLT+cuWXmmI+2bptBXomuTX5sXUpi/rjzCfQ==
Greetings,
This is rather on the obious side: make check fails to create
gdb.python (when build tree is separate from source tree).
OK?
--
Paul Pluzhnikov
2008-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
* Makefile.in: Add gdb.python to ALL_SUBDIRS
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index b97f860..11fc26e 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -36,7 +36,7 @@ RPATH_ENVVAR = @RPATH_ENVVAR@
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)