From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753428Ab3JNIDe (ORCPT ); Mon, 14 Oct 2013 04:03:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43207 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751334Ab3JNIDb (ORCPT ); Mon, 14 Oct 2013 04:03:31 -0400 Date: Mon, 14 Oct 2013 10:03:04 +0200 From: Jiri Olsa To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Corey Ashford , David Ahern , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo Subject: Re: [PATCH] perf make: Move DEBUG initialization into Makefile.perf Message-ID: <20131014080304.GB1590@krava.redhat.com> References: <1381699329-6418-1-git-send-email-jolsa@redhat.com> <20131014071611.GA16533@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131014071611.GA16533@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 14, 2013 at 09:16:11AM +0200, Ingo Molnar wrote: > > * Jiri Olsa wrote: > > > Adding new top level Makefile invalidated the > > DEBUG variable check for "command line" origin. > > > > Moving this check into Makefile.perf. > > This ought to be fixed in my latest tip:tmp.perf branch. The fix commit in > particular is: > > 91a7b6db20ae tools/perf/build: Pass through DEBUG parameter > > I'm waiting for Arnaldo to send an updated perf/core and then I will > double check whether any of the fixes is missing. ook, thanks jirka