From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756773Ab3LSNmd (ORCPT ); Thu, 19 Dec 2013 08:42:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:40951 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754417Ab3LSNm3 (ORCPT ); Thu, 19 Dec 2013 08:42:29 -0500 From: Jiri Olsa To: linux-kernel@vger.kernel.org Cc: Jiri Olsa , Corey Ashford , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Arnaldo Carvalho de Melo , Steven Rostedt , David Ahern Subject: [PATCH 0/9] tools: Factor traceevent/perf Makefile Date: Thu, 19 Dec 2013 14:41:58 +0100 Message-Id: <1387460527-15030-1-git-send-email-jolsa@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, sending out the change to introduce single: INSTALL trace_plugins build output line. Some more code factoring was needed. 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(-)