From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11333 invoked by alias); 16 Oct 2008 15:13:30 -0000 Received: (qmail 11325 invoked by uid 22791); 16 Oct 2008 15:13:29 -0000 X-Spam-Check-By: sourceware.org Received: from igw1.br.ibm.com (HELO igw1.br.ibm.com) (32.104.18.24) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 16 Oct 2008 15:12:40 +0000 Received: from d24relay01.br.ibm.com (unknown [9.8.31.16]) by igw1.br.ibm.com (Postfix) with ESMTP id 4467F32C1B7 for ; Thu, 16 Oct 2008 11:40:16 -0300 (BRST) Received: from d24av01.br.ibm.com (d24av01.br.ibm.com [9.18.232.46]) by d24relay01.br.ibm.com (8.13.8/8.13.8/NCO v9.1) with ESMTP id m9GFCOKq2691310 for ; Thu, 16 Oct 2008 12:12:24 -0300 Received: from d24av01.br.ibm.com (loopback [127.0.0.1]) by d24av01.br.ibm.com (8.12.11.20060308/8.13.3) with ESMTP id m9GFCbYL012291 for ; Thu, 16 Oct 2008 13:12:37 -0200 Received: from [9.8.14.190] ([9.8.14.190]) by d24av01.br.ibm.com (8.12.11.20060308/8.12.11) with ESMTP id m9GFCbVa012284 for ; Thu, 16 Oct 2008 13:12:37 -0200 Subject: [commit, obvious] make check doesn't create gdb.python From: Thiago Jung Bauermann To: gdb-patches ml Content-Type: text/plain Date: Thu, 16 Oct 2008 15:13:00 -0000 Message-Id: <1224169956.6967.96.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-10/txt/msg00409.txt.bz2 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 * 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)