From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759494AbcAKKy6 (ORCPT ); Mon, 11 Jan 2016 05:54:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49895 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758191AbcAKKy5 (ORCPT ); Mon, 11 Jan 2016 05:54:57 -0500 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , Wang Nan Subject: [PATCH 0/6] tools: Add clean targets for tools directory Date: Mon, 11 Jan 2016 11:54:47 +0100 Message-Id: <1452509693-13452-1-git-send-email-jolsa@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, sending some tools build fixes, patches 5 and 6 are RFC and I'd like to have it tested/confirmed by Wang Nan it suits his needs. All of them available on top of my perf/fixes branch at: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git thanks, jirka --- Jiri Olsa (6): tools: Add clean targets for tools directory tools bpf: Add *.cmd files clean up tools lockdep: Add *.cmd files clean up perf tools: Add missing sources in perf's MANIFEST perf build: Add feature-dump target perf build: Introduce FEATURES_DUMP make variable tools/Makefile | 11 ++++++++++- tools/lib/bpf/Makefile | 2 +- tools/lib/lockdep/Makefile | 2 +- tools/perf/MANIFEST | 2 ++ tools/perf/Makefile.perf | 25 ++++++++++++++++++++++++- tools/perf/config/Makefile | 4 ++++ 6 files changed, 42 insertions(+), 4 deletions(-)