From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3885 invoked by alias); 6 Apr 2010 18:32:49 -0000 Received: (qmail 3868 invoked by uid 22791); 6 Apr 2010 18:32:47 -0000 X-SWARE-Spam-Status: No, hits=0.7 required=5.0 tests=BAYES_20,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout21.012.net.il (HELO mtaout21.012.net.il) (80.179.55.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 06 Apr 2010 18:32:41 +0000 Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0L0G00A00WOMNE00@a-mtaout21.012.net.il> for gdb-patches@sourceware.org; Tue, 06 Apr 2010 21:32:38 +0300 (IDT) Received: from HOME-C4E4A596F7 ([77.124.92.42]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L0G0097WWUDFY60@a-mtaout21.012.net.il>; Tue, 06 Apr 2010 21:32:38 +0300 (IDT) Date: Tue, 06 Apr 2010 18:32:00 -0000 From: Eli Zaretskii Subject: Re: [doc RFA] Don't search $cdir in openp In-reply-to: <20100406180226.A185884397@ruffy.mtv.corp.google.com> To: dje@google.com (Doug Evans) Cc: gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <838w90xwhe.fsf@gnu.org> References: <20100406180226.A185884397@ruffy.mtv.corp.google.com> 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-04/txt/msg00103.txt.bz2 > Date: Tue, 6 Apr 2010 11:02:26 -0700 (PDT) > From: dje@google.com (Doug Evans) > > I've tweaked the docs to clarify things. > Can I get approval (or rewording) for the doc part of the patch? Yes, you can. > +except that @file{$cdir} is not searched, @file{$cdir} is meaningless > +in this context. I would remove the part beginning with the comma. If you think it is necessary to explain this behavior, I would replace it with something like because compilation directory is not relevant to scripts. Thanks.