From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28968 invoked by alias); 29 Mar 2012 21:29:57 -0000 Received: (qmail 28960 invoked by uid 22791); 29 Mar 2012 21:29:56 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-ee0-f47.google.com (HELO mail-ee0-f47.google.com) (74.125.83.47) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 29 Mar 2012 21:29:44 +0000 Received: by eekc1 with SMTP id c1so1428627eek.20 for ; Thu, 29 Mar 2012 14:29:42 -0700 (PDT) Received: by 10.213.16.132 with SMTP id o4mr243119eba.56.1333056582878; Thu, 29 Mar 2012 14:29:42 -0700 (PDT) Received: from ?IPv6:2a01:e35:2e3f:d60:5c0e:d098:5b84:fdc8? ([2a01:e35:2e3f:d60:5c0e:d098:5b84:fdc8]) by mx.google.com with ESMTPS id m42sm25552971eef.0.2012.03.29.14.29.41 (version=SSLv3 cipher=OTHER); Thu, 29 Mar 2012 14:29:42 -0700 (PDT) Subject: Re: [GCC-MELT-387] pre-announce: MELT 0.9.5rc1 plugin for GCC 4.6 & 4.7 pre-release candidate 1 (and help needed on make issues) Mime-Version: 1.0 (Apple Message framework v1257) Content-Type: text/plain; charset=iso-8859-1 From: Romain Geissler In-Reply-To: <20120329230309.205f604fd0c1abfc19f2ea58@starynkevitch.net> Date: Thu, 29 Mar 2012 21:29:00 -0000 Cc: gcc-melt@googlegroups.com, gcc@gcc.gnu.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20120329220207.bae3ea9d282f9f857b810a4a@starynkevitch.net> <128B3796-F687-4007-AD2D-AE235B916D88@gmail.com> <20120329230309.205f604fd0c1abfc19f2ea58@starynkevitch.net> To: Basile Starynkevitch X-IsSubscribed: yes Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org X-SW-Source: 2012-03/txt/msg00506.txt.bz2 Le 29 mars 2012 =E0 23:03, Basile Starynkevitch a =E9crit : > On Thu, 29 Mar 2012 22:45:27 +0200 > Romain Geissler wrote: >=20 >> MELTGCC_BUILD_WITH_CXX =3D $(shell grep -q 'define[[:space:]]\+ENABLE_BU= ILD_WITH_CXX[[:space:]]\+1' \ >> `$(MELTGCC) -print-file-name=3Dplugin/include/auto-host.h` && echo yes) >>=20 >=20 > Thanks; I applied that patch with >=20 >=20 > 2012-03-29 Romain Geissler > * MELT-Plugin-Makefile (MELTGCC_BUILD_WITH_CXX): Better grep. >=20 >=20 > (I will test it tomorrow) > Cheers. You've made a typo will copy/pasting part of the line. Look at the dollar $= char near '=3D$ (shell)', the space is misplaced. It should be '=3D $(shell'. Romain Geissler