From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14307 invoked by alias); 30 Nov 2010 00:30:39 -0000 Received: (qmail 14298 invoked by uid 22791); 30 Nov 2010 00:30:38 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 30 Nov 2010 00:30:34 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAU0UPki023241 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 29 Nov 2010 19:30:26 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id oAU0UK54008562 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 29 Nov 2010 19:30:24 -0500 Received: from host0.dyn.jankratochvil.net (localhost.localdomain [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.4/8.14.4) with ESMTP id oAU0U9DB013030; Tue, 30 Nov 2010 01:30:10 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.4/8.14.4/Submit) id oAU0U3Xw013029; Tue, 30 Nov 2010 01:30:03 +0100 Date: Tue, 30 Nov 2010 00:30:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: Tom Tromey , Eli Zaretskii , gdb-patches@sourceware.org Subject: Re: [RFA, doc RFA] Don't install gdb.PYTHONDIR if -nx Message-ID: <20101130003002.GB26969@host0.dyn.jankratochvil.net> References: <20101129003949.502FC246199@ruffy.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2010-11/txt/msg00489.txt.bz2 On Tue, 30 Nov 2010 01:03:02 +0100, Doug Evans wrote: > On Mon, Nov 29, 2010 at 1:38 PM, Tom Tromey wrote: > >>>>>> "Doug" == Doug Evans writes: > > Jan pointed out that this is PR 12227. > > I will check this in then, BTW it really fixes all the issues I had in that PR python/12227. Thanks, Jan