From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752911Ab3LZNiy (ORCPT ); Thu, 26 Dec 2013 08:38:54 -0500 Received: from mail-qc0-f182.google.com ([209.85.216.182]:63239 "EHLO mail-qc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752736Ab3LZNiw (ORCPT ); Thu, 26 Dec 2013 08:38:52 -0500 Date: Thu, 26 Dec 2013 10:38:42 -0300 From: Arnaldo Carvalho de Melo To: Jiri Olsa Cc: linux-kernel@vger.kernel.org, Corey Ashford , Frederic Weisbecker , Ingo Molnar , Namhyung Kim , Paul Mackerras , Peter Zijlstra , Steven Rostedt , David Ahern Subject: Re: [PATCH 0/9] tools: Factor traceevent/perf Makefile Message-ID: <20131226133842.GA30980@ghostprotocols.net> 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> X-Url: http://acmel.wordpress.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 Em Thu, Dec 19, 2013 at 02:41:58PM +0100, Jiri Olsa escreveu: > 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. Ok, better now, applied, but can you take a look at: [acme@ssdandy linux]$ make O=/tmp/build/perf -C tools/perf/ install-bin make: Entering directory `/home/acme/git/linux/tools/perf' BUILD: Doing 'make -j8' parallel build GEN perf-archive SUBDIR /home/acme/git/linux/tools/lib/traceevent/ make[3]: Nothing to be done for `plugins'. make[2]: Nothing to be done for `plugins'. INSTALL GTK UI INSTALL binaries INSTALL libexec INSTALL perf-archive INSTALL perl-scripts INSTALL python-scripts INSTALL perf_completion-script INSTALL tests make: Leaving directory `/home/acme/git/linux/tools/perf' [acme@ssdandy linux]$ Removing those two "Nothing to be done" lines, please? - Arnaldo