From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22244 invoked by alias); 3 Jun 2009 06:16:19 -0000 Received: (qmail 22177 invoked by uid 22791); 3 Jun 2009 06:16:19 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Wed, 03 Jun 2009 06:16:11 +0000 Received: (qmail invoked by alias); 03 Jun 2009 06:16:08 -0000 Received: from xdsl-87-78-108-202.netcologne.de (EHLO localhost.localdomain) [87.78.108.202] by mail.gmx.net (mp041) with SMTP; 03 Jun 2009 08:16:08 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1MBjlX-0000De-8O; Wed, 03 Jun 2009 08:15:59 +0200 Date: Wed, 03 Jun 2009 06:16:00 -0000 From: Ralf Wildenhues To: DJ Delorie , Alexandre Oliva Cc: guitton@adacore.com, gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org, binutils@sourceware.org Subject: Re: [RFA] trailing backslash in top-level Makefile Message-ID: <20090603061558.GB21388@gmx.de> Mail-Followup-To: Ralf Wildenhues , DJ Delorie , Alexandre Oliva , guitton@adacore.com, gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org, binutils@sourceware.org References: <20090602163356.GB20678@adacore.com> <20090602180020.GA3739@gmx.de> <20090602163356.GB20678@adacore.com> <20090602180020.GA3739@gmx.de> <20090602220405.GA13584@gmx.de> <200906022207.n52M7l2s001571@greed.delorie.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200906022207.n52M7l2s001571@greed.delorie.com> User-Agent: Mutt/1.5.18 (2008-05-17) 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: 2009-06/txt/msg00031.txt.bz2 * DJ Delorie wrote on Wed, Jun 03, 2009 at 12:07:47AM CEST: > > This patch seems to fix the issue, and as such: OK to apply to GCC and > > src? > > I'm OK with it. * Alexandre Oliva wrote on Wed, Jun 03, 2009 at 01:15:53AM CEST: > This is ok, thanks. Pushed, thanks!