From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor.suse.de ([195.135.220.2]:41567 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751739Ab1EPIT5 (ORCPT ); Mon, 16 May 2011 04:19:57 -0400 Message-ID: <4DD0DE2C.4060806@suse.cz> Date: Mon, 16 May 2011 10:19:56 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH v3] package: Makefile: fix perf target bug References: <4DCD8CE4.4090404@suse.cz> <20110515154002.GB6274@ghostprotocols.net> In-Reply-To: <20110515154002.GB6274@ghostprotocols.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Arnaldo Carvalho de Melo Cc: mfmooney@gmail.com, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org On 15.5.2011 17:40, Arnaldo Carvalho de Melo wrote: > Em Fri, May 13, 2011 at 04:41:12PM -0700, mfmooney@gmail.com escreveu: >> From: matt mooney >> >> Specify --git-dir when building perf targets to allow out-of-tree >> builds using O=. >> >> The shell command in `git archive' had to be modified to allow proper >> file name expansion of the files listed in MANIFEST. >> >> Signed-off-by: matt mooney > > Michal, > > Can I have your Reviewed-by or Acked-by for this one? Assuming > all is ok by now :) Reviewed-by: Michal Marek Michal