From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32354 invoked by alias); 12 Mar 2010 20:19:00 -0000 Received: (qmail 32339 invoked by uid 22791); 12 Mar 2010 20:18:58 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40 X-Spam-Check-By: sourceware.org Received: from mail-bw0-f224.google.com (HELO mail-bw0-f224.google.com) (209.85.218.224) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 12 Mar 2010 20:18:50 +0000 Received: by bwz24 with SMTP id 24so1469081bwz.16 for ; Fri, 12 Mar 2010 12:18:48 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.10.3 with SMTP id n3mr1540771bkn.81.1268425127386; Fri, 12 Mar 2010 12:18:47 -0800 (PST) In-Reply-To: <2e7be40c1003121051w6bb3c2f1v96b9e12fd77e134a@mail.gmail.com> References: <2e7be40c1003111231u30e5a84fxb23393dcc4fab84c@mail.gmail.com> <4B9A1629.20900@gnu.org> <2e7be40c1003121051w6bb3c2f1v96b9e12fd77e134a@mail.gmail.com> From: Paolo Bonzini Date: Fri, 12 Mar 2010 20:26:00 -0000 Message-ID: Subject: Re: [obvious patch] add missing chmod to when copying headers To: Chris Demetriou Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2010-03/txt/msg00500.txt.bz2 On Fri, Mar 12, 2010 at 19:51, Chris Demetriou wrote: > On Fri, Mar 12, 2010 at 02:23, Paolo Bonzini wrote: >>> bootstrapped, verified permissions manually, committed as obvious. >> >> ... but why didn't you use $(INSTALL_DATA)? :-) > > *chuckle* =A0there are actually reasons, believe it or not! =A0Just > because it's obvious doesn't mean I didn't think about it Thanks for answering. Paolo