From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756229Ab3LTRdz (ORCPT ); Fri, 20 Dec 2013 12:33:55 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49130 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755124Ab3LTRdy (ORCPT ); Fri, 20 Dec 2013 12:33:54 -0500 Date: Fri, 20 Dec 2013 18:33:32 +0100 From: Jiri Olsa To: linux-kernel@vger.kernel.org Cc: Corey Ashford , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo , Steven Rostedt , David Ahern Subject: Re: [PATCH 0/9] tools: Factor traceevent/perf Makefile Message-ID: <20131220173332.GA10902@krava.redhat.com> References: <1387460527-15030-1-git-send-email-jolsa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1387460527-15030-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 On Thu, Dec 19, 2013 at 02:41:58PM +0100, Jiri Olsa wrote: > hi, > sending out the change to introduce single: > INSTALL trace_plugins > build output line. Some more code factoring was needed. forgot to mention tree & branch: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/traceevent_make jirka > > Also updated the tests/make install tests to check for > installed plugins. > > thanks, > jirka > > > Signed-off-by: Jiri Olsa > Cc: Corey Ashford > Cc: Frederic Weisbecker > Cc: Ingo Molnar > Cc: Namhyung Kim > Cc: Paul Mackerras > Cc: Peter Zijlstra > Cc: Arnaldo Carvalho de Melo > Cc: Steven Rostedt > Cc: David Ahern > --- > Jiri Olsa (9): > perf tests: Factor make install tests > perf tools: Making QUIET_(CLEAN|INSTAL) variables global > tools lib traceevent: Remove print_app_build variable > tools lib traceevent: Use global QUIET_CC build output > tools lib traceevent: Add global QUIET_CC_FPIC build output > tools lib traceevent: Use global QUIET_LINK build output > tools lib traceevent: Use global QUIET_INSTALL build output > tools lib traceevent: Use global QUIET_CLEAN build output > tools lib traceevent: Use global 'O' processing code > > tools/lib/traceevent/Makefile | 85 ++++++++++++++++++++++++++++--------------------------------------------------------- > tools/perf/config/utilities.mak | 7 ------- > tools/perf/tests/make | 38 ++++++++++++++++++++++++++++++++------ > tools/scripts/Makefile.include | 4 ++++ > 4 files changed, 64 insertions(+), 70 deletions(-)