From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yw0-f46.google.com ([209.85.213.46]:53643 "EHLO mail-yw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756548Ab1EOPkL (ORCPT ); Sun, 15 May 2011 11:40:11 -0400 Date: Sun, 15 May 2011 12:40:02 -0300 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH v3] package: Makefile: fix perf target bug Message-ID: <20110515154002.GB6274@ghostprotocols.net> References: <4DCD8CE4.4090404@suse.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: mfmooney@gmail.com Cc: Michal Marek , linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org 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 :) - Arnaldo