From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752662Ab3JNHQR (ORCPT ); Mon, 14 Oct 2013 03:16:17 -0400 Received: from mail-ee0-f46.google.com ([74.125.83.46]:53986 "EHLO mail-ee0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751154Ab3JNHQQ (ORCPT ); Mon, 14 Oct 2013 03:16:16 -0400 Date: Mon, 14 Oct 2013 09:16:11 +0200 From: Ingo Molnar To: Jiri Olsa 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: <20131014071611.GA16533@gmail.com> References: <1381699329-6418-1-git-send-email-jolsa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1381699329-6418-1-git-send-email-jolsa@redhat.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 * 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. Thanks, Ingo