From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4053 invoked by alias); 2 Jun 2009 22:08:25 -0000 Received: (qmail 4035 invoked by uid 22791); 2 Jun 2009 22:08:24 -0000 X-SWARE-Spam-Status: No, hits=-51.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Jun 2009 22:08:22 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n52M7n48000982; Tue, 2 Jun 2009 18:07:49 -0400 Received: from greed.delorie.com (vpn-12-108.rdu.redhat.com [10.11.12.108]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n52M7mC2027201; Tue, 2 Jun 2009 18:07:48 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id n52M7lVA001574; Tue, 2 Jun 2009 18:07:47 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id n52M7l2s001571; Tue, 2 Jun 2009 18:07:47 -0400 Date: Tue, 02 Jun 2009 22:08:00 -0000 Message-Id: <200906022207.n52M7l2s001571@greed.delorie.com> From: DJ Delorie To: Ralf Wildenhues CC: Ralf.Wildenhues@gmx.de, guitton@adacore.com, gdb-patches@sourceware.org, gcc-patches@gcc.gnu.org, binutils@sourceware.org In-reply-to: <20090602220405.GA13584@gmx.de> (message from Ralf Wildenhues on Wed, 3 Jun 2009 00:04:05 +0200) Subject: Re: [RFA] trailing backslash in top-level Makefile References: <20090602163356.GB20678@adacore.com> <20090602180020.GA3739@gmx.de> <20090602220405.GA13584@gmx.de> 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: 2009-06/txt/msg00025.txt.bz2 > > --- a/Makefile.tpl > > +++ b/Makefile.tpl > > @@ -628,8 +628,9 @@ all: > > $(MAKE) $(RECURSE_FLAGS_TO_PASS) all-host all-target \ > > @if gcc-bootstrap > > ; \ > > - fi > > + fi \ > > @endif gcc-bootstrap > > + && : > > > > .PHONY: all-build > > [+ FOR build_modules +] > > This patch seems to fix the issue, and as such: OK to apply to GCC and > src? I'm OK with it.